Package gnue :: Package navigator :: Package external :: Package zope :: Package interface :: Module interface
[show private | hide private]

Module gnue.navigator.external.zope.interface.interface

Interface object implementation

$Id: interface.py 40385 2005-11-27 21:58:28Z jim $
Classes
Attribute Attribute descriptions
Element  
InterfaceClass Prototype (scarecrow) Interfaces Implementation.
Method Method interfaces
Specification Specifications
SpecificationBase  
SpecificationBasePy  

Function Summary
  _wire()
  fromFunction(func, interface, imlevel, name)
  fromMethod(meth, interface, name)
  invariant(call)

Variable Summary
object _decorator_non_return = <object object at 0xb7dde448>
list adapter_hooks = []
int CO_VARARGS = 4                                                                     
int CO_VARKEYWORDS = 8                                                                     
InterfaceClass Interface = <InterfaceClass zope.interface.Interface>
str TAGGED_DATA = '__interface_tagged_values__'

Function Details

_wire()

fromFunction(func, interface=None, imlevel=0, name=None)

fromMethod(meth, interface=None, name=None)

invariant(call)


Variable Details

_decorator_non_return

Type:
object
Value:
<object object at 0xb7dde448>                                          

adapter_hooks

Type:
list
Value:
[]                                                                     

CO_VARARGS

Type:
int
Value:
4                                                                     

CO_VARKEYWORDS

Type:
int
Value:
8                                                                     

Interface

Type:
InterfaceClass
Value:
<InterfaceClass zope.interface.Interface>                              

TAGGED_DATA

Type:
str
Value:
'__interface_tagged_values__'                                          


GNUe Home

Private API

Developer's Corner