Package libconfix :: Package plugins :: Package idl :: Module dependency :: Class Require_IDL
[show private | hide private]
[frames | no frames]

Class Require_IDL

Marshallable --+        
               |        
         Require --+    
                   |    
      Require_String --+
                       |
                      Require_IDL


Method Summary
  __init__(self, filename, found_in, urgency)
  __str__(self)
  get_marshalling_data(self)
Return marshalling data for my attributes.
  set_marshalling_data(self, data)
(To be documented)...
    Inherited from Require_String
  found_in(self)
  is_equal(self, other)
  string(self)
  update(self, r)
When multiple equivalent Require objects are added to the same module, this adds unnecessary (and sometimes considerable) overhead to the resolving process.
    Inherited from Require
  id(self)
  set_urgency(self, u)
  urgency(self)
    Inherited from Marshallable
  __getstate__(self)
  __setstate__(self, data)

Class Variable Summary
    Inherited from Require
int URGENCY_DEFAULT = 0                                                                     
int URGENCY_DONTCARE = 0                                                                     
int URGENCY_ERROR = 2                                                                     
int URGENCY_IGNORE = 0                                                                     
int URGENCY_WARN = 1                                                                     
    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__`.
Overrides:
libconfix.core.machinery.require_string.Require_String.get_marshalling_data (inherited documentation)

set_marshalling_data(self, data)

(To be documented)
Overrides:
libconfix.core.machinery.require_string.Require_String.set_marshalling_data (inherited documentation)

Generated by Epydoc 2.1 on Fri Nov 23 16:56:37 2007 http://epydoc.sf.net