I am an interface representing a file and it's metadata.
|
filename = interface.Attribute('the name of the file')
|
|
iconNames = interface.Attribute("""icon names that should be u...
|
|
_InterfaceClass__attrs = { ' filename ' : <zope.interface.interfac...
|
|
__bases__ = ( <InterfaceClass zope.interface.Interface>)
|
|
__identifier__ = ' flumotion.common.interfaces.IFile '
|
|
__iro__ = ( <InterfaceClass flumotion.common.interfaces.IFile>, ...
|
|
__name__ = ' IFile '
|
|
__sro__ = ( <InterfaceClass flumotion.common.interfaces.IFile>, ...
|
|
_implied = { <InterfaceClass flumotion.common.interfaces.IFile>...
|
|
dependents = <WeakKeyDictionary at 281543544>
|
Inherited from zope.interface.Interface (private):
_Element__tagged_values
|