Changeset 1474 for trunk/bindings/python
- Timestamp:
- 09/05/10 16:30:02 (21 months ago)
- File:
-
- 1 edited
-
trunk/bindings/python/nxs/napi.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/nxs/napi.py
r1473 r1474 17 17 os.environ['NEXUSLIB'] - All 18 18 directory containing nxs.py - All 19 os.environ['NEXUSDIR']\ bin - Windows19 os.environ['NEXUSDIR']\\bin - Windows 20 20 os.environ['LD_LIBRARY_PATH'] - Unix 21 21 os.environ['DYLD_LIBRARY_PATH'] - Darwin … … 50 50 @endcode 51 51 52 See @ example nxstest.py for a more complete example.52 See @see nxstest.py for a more complete example. 53 53 54 54 Interface … … 125 125 126 126 """ 127 128 ## @example nxstest.py 129 # Test program for NeXus python interface 127 130 128 131 __all__ = ['UNLIMITED', 'MAXRANK', 'MAXNAMELEN','MAXPATHLEN','H4SKIP',
Note: See TracChangeset
for help on using the changeset viewer.
