Package gazpacho :: Module properties :: Class PropMeta
[frames | no frames]

Type PropMeta

object --+    
         |    
      type --+
             |
            PropMeta


I am a metaclass used for Property types. Currently I only offer a __repr__ method, but there is also a class method called new which is used as a factory for types which has me as a metaclass.
Method Summary
  new(mcs, owner_name, name, base, value_type, owner_type, readable, writable, child, label)
(Class method)
    Inherited from type
list mro()
return a type's method resolution order

Generated by Epydoc 2.1 on Mon Jan 29 16:46:04 2007 http://epydoc.sf.net