Module paludis :: Class UnacceptedMask
[hide private]

Class UnacceptedMask

 object --+        
          |        
??.instance --+    
              |    
           Mask --+
                  |
                 UnacceptedMask

An UnacceptedMask is a Mask that signifies that a particular value or combination of values in (for example) a MetadataSetKey or MetadataSpecTreeKey is not accepted by user configuration.

Can be subclassed in Python.

Instance Methods [hide private]
 
__init__(...)
Raises an exception This class cannot be instantiated from Python
string
description()
A description of the mask.
string
key()
A single character key, which can be used by clients if they need a very compact way of representing a mask.
string
unaccepted_key_name()
Fetch the name of the metadata key that is not accepted.

Inherited from Mask: __reduce__

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 32
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__
(inherited documentation)

description()

 

A description of the mask.

description() -> string A description of the mask.

Returns: string
Overrides: Mask.description

key()

 

A single character key, which can be used by clients if they need a very compact way of representing a mask.

key() -> string A single character key, which can be used by clients if they need a very compact way of representing a mask.

Returns: string
Overrides: Mask.key

unaccepted_key_name()

 

Fetch the name of the metadata key that is not accepted.

unaccepted_key_name() -> string Fetch the name of the metadata key that is not accepted.

Returns: string