Module __builtin__ :: Class type
[frames | no frames]

Type type

object --+
         |
        type

Known Subclasses:
AdapterMeta, ClassInittableMetaType, CustomType, PropMeta

type(object) -> the object's type type(name, bases, dict) -> a new type
Method Summary
list mro()
return a type's method resolution order

Class Variable Summary
type __base__ = __builtin__.object

Method Details

mro()

return a type's method resolution order
Returns:
list

Generated by Epydoc 2.1 on Fri Sep 15 11:53:23 2006 http://epydoc.sf.net