Public Member Functions

pyclass_type Class Reference

Public Member Functions

def __new__
def __new__

Detailed Description

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files: