Class instance
[show private | hide private]
[frames | no frames]

Type instance

object --+
         |
        instance


Method Summary
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
Inherited from object: __init__, __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Method Details

__new__(T, S, ...)

T.__new__(S, ...) -> a new object with type S, a subtype of T
Returns:
a new object with type S, a subtype of T
Overrides:
__builtin__.object.__new__

Generated by Epydoc 2.1 on Wed May 2 14:24:33 2007 http://epydoc.sf.net