Package pyx12 :: Module path :: Class path
[hide private]

Class path

source code

object --+
         |
        path

Interface to an x12 path

Instance Methods [hide private]
 
__init__(self, path_str)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__parse_ele_path(self, ele_str) source code
string
__repr__(self)
Returns: Formatted path
source code
string
format(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, path_str)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Parameters:
  • path_str (string)
Overrides: object.__init__

__parse_ele_path(self, ele_str)

source code 
Parameters:
  • ele_str (string) - An element path in the form '03' or '03-5'

__repr__(self)
(Representation operator)

source code 

repr(x)

Returns: string
Formatted path
Overrides: object.__repr__