value
Returns the value of this field. The Field
class itself returns the value as a string, but each subclass returns the value in the most appropriate form:
>>> city['Population'].value 102121
value
Returns the value of this field. The Field
class itself returns the value as a string, but each subclass returns the value in the most appropriate form:
>>> city['Population'].value 102121
Please login to continue.