| Trees | Indices | Help |
|---|
|
|
extern.log.log.Loggable --+
|
object --+ |
| |
??.GObject --+
|
misc_curses.CursesStdIO --+
|
AdminTextView
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
logCategory = Implementors can provide a category to log their messages under. |
|||
global_commands =
|
|||
LINES_BEFORE_COMPONENTS = 5
|
|||
LINES_AFTER_COMPONENTS = 6
|
|||
__implemented__ = <implementedBy flumotion.admin.text.view.Adm
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Do everything needed to set up the entry point for the given component and type, including transferring and setting up bundles. Caller is responsible for adding errbacks to the deferred.
|
Input is ready!
|
Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker. For example: >>> from zope.interface import Interface >>> class IFooFactory(Interface): ... pass >>> class IFoo(Interface): ... pass >>> class C(object): ... implements(IFoo) ... classProvides(IFooFactory) >>> [i.getName() for i in C.__provides__] ['IFooFactory'] >>> [i.getName() for i in C().__provides__] ['IFoo']
|
|
|||
__implemented__
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Mar 10 07:51:18 2011 | http://epydoc.sourceforge.net |