| 1 | *** /usr/lib/python2.5/site-packages/nxs/napi.py 2009-01-14 12:36:10.000000000 +0100 |
|---|
| 2 | --- napi.py 2009-01-26 11:47:08.579863260 +0100 |
|---|
| 3 | *************** |
|---|
| 4 | *** 171,176 **** |
|---|
| 5 | --- 171,178 ---- |
|---|
| 6 | # Note: put this in a lambda to hide v,k from the local namespace |
|---|
| 7 | _pytype_code=(lambda : dict([(v,k) for (k,v) in _nxtype_code.iteritems()]))() |
|---|
| 8 | |
|---|
| 9 | + _nxtype_code['|S1']=4 #~~~~cpascual: added as a synonim of 'char' for better integration with numpy |
|---|
| 10 | + |
|---|
| 11 | # Compression to use when creating data blocks |
|---|
| 12 | _compression_code=dict( |
|---|
| 13 | none=100, |
|---|