Public Member Functions | |
def | __init__ (self, data=None) |
Public Member Functions inherited from data_sources.json_data_node | |
def | __str__ (self) |
def | data (self) |
def | find (self, type_name) |
def | get (self, *args) |
def | raw (self) |
def | set (self, data) |
Private Attributes | |
_data | |
Additional Inherited Members | |
Static Public Member Functions inherited from data_sources.json_data_node | |
def | make (data) |
Definition at line 383 of file data_sources.py.
def data_sources.json_basic.__init__ | ( | self, | |
data = None |
|||
) |
Reimplemented from data_sources.json_data_node.
Definition at line 385 of file data_sources.py.
|
private |
Definition at line 386 of file data_sources.py.
Referenced by XML2Python.DataNode.__init__(), python.XML2Python.DataNode.__nonzero__(), XML2Python.DataNode.__nonzero__(), python.XML2Python.DataNode.__repr__(), XML2Python.DataNode.__repr__(), XML2Python.DataNode.__str__(), python.XML2Python.DataNode.__str__(), and XML2Python.DataNode.stringify().