Package Acquisition :: Module _Acquisition :: Class Acquirer
[show private | hide private]
[frames | no frames]

Type Acquirer

object --+    
         |    
      Base --+
             |
            Acquirer

Known Subclasses:
EventDetail, ObjectManager, PrimaryPathManager, PrimaryPathManager, SimpleItem

Base class for objects that implicitly acquire attributes from containers
Method Summary
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __of__(context)
__of__(context) -- return the object in a context
Inherited from Base: __getattribute__, __getnewargs__, __getstate__, __reduce__, __setstate__
Inherited from object: __init__, __delattr__, __hash__, __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:
ExtensionClass.Base.__new__

__of__(context)

__of__(context) -- return the object in a context

Generated by Epydoc 2.1 on Thu Aug 16 09:55:09 2007 http://epydoc.sf.net