I am an interface representing a file and it's metadata.
|
|
filename = Attribute('the name of the file')
|
|
|
iconNames = Attribute("""icon names that should be used to rep...
|
|
|
_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 146221196>
|
Inherited from zope.interface.Interface (private):
_Element__tagged_values
|