Home | Trees | Indices | Help |
---|
|
object --+ | gxml.Node --+ | areas_t
>>> test_node( ... areas_t( ... states = ['LA', 'NY'], ... country_areas = ['ALL', 'CONTINENTAL_48'] ... ) ... , ... ''' ... <node> ... <us-state-area> ... <state>LA</state> ... </us-state-area> ... <us-state-area> ... <state>NY</state> ... </us-state-area> ... <us-country-area> ... <country-area>ALL</country-area> ... </us-country-area> ... <us-country-area> ... <country-area>CONTINENTAL_48</country-area> ... </us-country-area> ... </node> ... ''' ... )
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
|
|||
states = List:PATH():OP
|
|||
zip_patterns = List:PATH():OP
|
|||
country_areas = List:PATH():OPT:VALS("CONTINENTAL_48","FULL_50
|
|||
_fields =
list of meta-Fields of this class. |
|
|||
Inherited from |
|
states
|
zip_patterns
|
country_areas
|
_fieldslist of meta-Fields of this class.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Sun Sep 7 23:26:45 2008 | http://epydoc.sourceforge.net |