Module paludis :: Class BlockDepSpec
[hide private]

Class BlockDepSpec

 object --+            
          |            
??.instance --+        
              |        
        DepSpec --+    
                  |    
      StringDepSpec --+
                      |
                     BlockDepSpec

A BlockDepSpec represents a block on a package name (for example, 'app-editors/vim'), possibly with associated version and SLOT restrictions.

Instance Methods [hide private]
 
__init__(string, PackageDepSpec, bool)
Raises an exception This class cannot be instantiated from Python

Inherited from DepSpec: __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__ = 64
Properties [hide private]
  blocking
[ro] PackageDepSpec The spec we're blocking.
  strong
[ro] bool Are we a strong block?
  text
[ro] string Our text.

Inherited from object: __class__

Method Details [hide private]

__init__(string, PackageDepSpec, bool)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__

Property Details [hide private]

blocking

[ro] PackageDepSpec The spec we're blocking.

Get Method:
unreachable(...)

strong

[ro] bool Are we a strong block?

Get Method:
unreachable(...)

text

[ro] string Our text.

Get Method:
unreachable(...)