| Trees | Index | Help |
|---|
| Package libconfix :: Package plugins :: Package idl :: Module dependency :: Class Provide_IDL |
|
Marshallable--+ |Provide--+ |Provide_String--+ | Provide_IDL
| Method Summary | |
|---|---|
__init__(self,
filename,
match)
| |
__str__(self)
| |
can_match_classes(self)
| |
Return marshalling data for my attributes. | |
(To be documented)... | |
| Inherited from Provide_String | |
| |
| |
Can self resolve the requirement?... | |
| |
| |
| Inherited from Marshallable | |
| |
| |
| Class Variable Summary | |
|---|---|
int |
EXACT_MATCH = 0 |
int |
GLOB_MATCH = 2 |
list |
MATCH_CLASSES = [<class libconfix.plugins.idl.dependency...
|
int |
PREFIX_MATCH = 1 |
| Inherited from Provide_String | |
int |
AUTO_MATCH = 3 |
| Inherited from Marshallable | |
str |
ATTRIBUTES = 'attributes'
|
str |
GENERATING_CLASS = 'generating_class'
|
str |
VERSIONS = 'versions'
|
| Method Details |
|---|
get_marshalling_data(self)
Return marshalling data for my attributes.
To be implemented by derived classes.
The returned marshalling data is a dictionary object that
contains relatively anonymous data which represents the object
to be marshalled. The dictionary is composed by derived
classes and must look as follows:
::
{
'generating_class': <class object of generating object>,
'versions': <versions of contributions>,
'attributes': <dictionary with direct attributes key/value pairs>,
}
Called indirectly by `__getstate__`.
|
set_marshalling_data(self, data)(To be documented)
|
| Class Variable Details |
|---|
EXACT_MATCH
|
GLOB_MATCH
|
MATCH_CLASSES
|
PREFIX_MATCH
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri Nov 23 16:56:39 2007 | http://epydoc.sf.net |