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__(PackageDepSpec)
Raises an exception This class cannot be instantiated from Python

Inherited from DepSpec: __reduce__, as_conditional_dep_spec, as_package_dep_spec

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__ = 56
Properties [hide private]
  blocked_spec
[ro] PackageDepSpec The spec we're blocking.
  text
[ro] string Our text.

Inherited from object: __class__

Method Details [hide private]

__init__(PackageDepSpec)
(Constructor)

 

Raises an exception This class cannot be instantiated from Python

Overrides: object.__init__

Property Details [hide private]

blocked_spec

[ro] PackageDepSpec The spec we're blocking.

Get Method:
unreachable(...)

text

[ro] string Our text.

Get Method:
unreachable(...)