|
|
__init__(self,
root,
parent,
my_index)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
string
|
|
|
|
|
|
pyx12.x12_node
|
|
|
string
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
boolean
|
|
|
|
_split_syntax(self,
syntax)
Split a Syntax string into a list |
source code
|
|
|
int
|
|
|
|
|
|
|
reset_cur_count(self)
Set cur_count of node to zero |
source code
|
|
|
|
|
|
|
get_counts_list(self,
ct_list)
Build a list of (path, ct) of the current node and parents Gets the
node counts to apply to another map |
source code
|
|
|
Inherited from x12_node:
__len__,
get_child_count,
get_child_node_by_idx,
getnodebypath,
is_composite,
is_element,
is_loop,
is_map_root
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|