Changes between Initial Version and Version 1 of Ticket #3569


Ignore:
Timestamp:
10/14/18 04:25:38 (6 years ago)
Author:
neteler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3569 – Description

    initial v1  
    22
    33{{{
     4from grass.pygrass.vector import VectorTopo
    45
    56#counties = VectorTopo('boundary_county')
     
    910first
    1011first.attrs.values()
     12Traceback (most recent call last):
     13  File "<stdin>", line 1, in <module>
     14AttributeError: 'NoneType' object has no attribute 'values'
    1115}}}