Module paludis :: Class ContentsEntry
[hide private]

Class ContentsEntry

 object --+    
          |    
??.instance --+
              |
             ContentsEntry
Known Subclasses:

Base class for a contents entry.

Instance Methods [hide private]
 
__init__(...)
Raises an exception This class cannot be instantiated from Python
 
__reduce__(...)
helper for pickle
MetadataKey
find_metadata(string)
NEED_DOC
 
location_key(...)
The location_key, which will not be None, provides the path on the filesystem of the entry.

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  metadata
[ro] Iterable of MetadataKey NEED_DOC

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

location_key(...)

 

The location_key, which will not be None, provides the path on the filesystem of the entry. It is not modified for root.


Property Details [hide private]

metadata

[ro] Iterable of MetadataKey NEED_DOC

Get Method:
unreachable(...)