Package zope :: Package interface :: Module interface
[show private | hide private]
[frames | no frames]

Module zope.interface.interface

Interface object implementation

$Id: interface.py,v 1.2 2005/06/24 16:52:37 nyergler Exp $
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 0xb7e6e438>
list adapter_hooks = [<function adapter_hook at 0xb59d4c34>]
int CO_VARARGS = 4                                                                     
int CO_VARKEYWORDS = 8                                                                     
str TAGGED_DATA = '__interface_tagged_values__'

Variable Details

_decorator_non_return

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

adapter_hooks

Type:
list
Value:
[<function adapter_hook at 0xb59d4c34>]                                

CO_VARARGS

Type:
int
Value:
4                                                                     

CO_VARKEYWORDS

Type:
int
Value:
8                                                                     

TAGGED_DATA

Type:
str
Value:
'__interface_tagged_values__'                                          

Generated by Epydoc 2.1 on Fri Jun 24 12:01:26 2005 http://epydoc.sf.net