Changes between Initial Version and Version 1 of Ticket #3569


Ignore:
Timestamp:
Oct 14, 2018, 4:25:38 AM (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}}}