Changes between Initial Version and Version 1 of Ticket #3569
- Timestamp:
- 10/14/18 04:25:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3569 – Description
initial v1 2 2 3 3 {{{ 4 from grass.pygrass.vector import VectorTopo 4 5 5 6 #counties = VectorTopo('boundary_county') … … 9 10 first 10 11 first.attrs.values() 12 Traceback (most recent call last): 13 File "<stdin>", line 1, in <module> 14 AttributeError: 'NoneType' object has no attribute 'values' 11 15 }}}