Home | Trees | Indices | Help |
|
---|
|
object --+ | ParseOptions
see `function getParseOptions`_ .
Instance Methods | |||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
repr(x)
|
returns a copy of self with the keyword parameters changed. Trying to add attributes in this way will raise an AttributeError. >>> p = parseValidating.change(validateRows=False) >>> p.validateRows False >>> p.change(gulp=1) Traceback (most recent call last): AttributeError: ParseOptions instances have no gulp attributes |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |