Public Member Functions | |
| def | __new__ |
| def | __new__ |
Stability: Unstable
type for pyclasses used with typecodes. expects the typecode to
be available in the classdict. creates python properties for accessing
and setting the elements specified in the ofwhat list, and factory methods
for constructing the elements.
Known Limitations:
1)Uses XML Schema element names directly to create method names,
using characters in this set will cause Syntax Errors:
(NCNAME)-(letter U digit U "_")
Definition at line 45 of file pyclass.py.
| def __new__ | ( | cls, | |
| classname, | |||
| bases, | |||
| classdict | |||
| ) |
Definition at line 60 of file pyclass.py.
| def __new__ | ( | cls, | |
| classname, | |||
| bases, | |||
| classdict | |||
| ) |
Definition at line 60 of file pyclass.py.
1.7.2