Changeset 13647
- Timestamp:
- 01/31/08 22:52:23 (5 months ago)
- Files:
-
- trunk/gdal/swig/include/python/ogr_python.i (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/swig/include/python/ogr_python.i
r13154 r13647 109 109 layer[0] would return the first feature on the layer. 110 110 layer[0:4] would return a list of the first four features.""" 111 import types 111 112 if isinstance(value, types.SliceType): 112 113 output = []
