Package libconfix :: Package core :: Package machinery :: Module depindex :: Class Index_Provide_String
[show private | hide private]
[frames | no frames]

Class Index_Provide_String

Marshallable --+    
               |    
  Unmarshallable --+
                   |
                  Index_Provide_String


Method Summary
  __init__(self, type, permissive)
  add(self, provide, node)
  find_match(self, require)
Try to match the given require object against what I have.
  n_exact(self)
  n_glob(self)
  n_prefix(self)
    Inherited from Unmarshallable
  get_marshalling_data(self)
Return marshalling data for my attributes.
  set_marshalling_data(self, data)
(To be documented)...
    Inherited from Marshallable
  __getstate__(self)
  __setstate__(self, data)

Class Variable Summary
    Inherited from Marshallable
str ATTRIBUTES = 'attributes'
str GENERATING_CLASS = 'generating_class'
str VERSIONS = 'versions'

Method Details

find_match(self, require)

Try to match the given require object against what I have.

@return: A Node object if one is found, else None

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