Home | Trees | Indices | Help |
|
---|
|
object --+ | ilwdchar
Metaclass wrapper of glue.ligolw._ilwd.ilwdchar class. Instantiating this class constructs and returns an instance of a subclass of glue.ligolw._ilwd.ilwdchar.
|
|||
Inherited from |
|
|||
a new object with type S, a subtype of T |
|
|
|||
Inherited from |
|
Convert an ilwd:char-formated string into an instance of the matching subclass of _ilwd.ilwdchar. If the input is None then the return value is None. Example: >>> x = ilwdchar(u"process:process_id:10") >>> str(x) 'process:process_id:10' >>> x.table_name u'process' >>> x.column_name u'process_id' >>> int(x) 10 >>> x.index_offset 19 >>> str(x)[x.index_offset:] '10' >>> print(ilwdchar(None)) None
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 12 00:34:18 2017 | http://epydoc.sourceforge.net |