| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
Mask --+
|
AssociationMask
An AssociationMask is a Mask that signifies that a PackageID is masked because of its association with another PackageID that is itself masked.
This is used by old-style virtuals. If the provider of a virtual is masked then the virtual itself is masked by association.
Can be subclassed in Python.
|
|||
|
|||
| PackageID |
|
||
| string |
|
||
| string |
|
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
__instance_size__ = 32
|
|||
|
|||
|
Inherited from |
|||
|
|||
Raises an exception This class cannot be instantiated from Python
|
Fetch the associated package. associated_package() -> PackageID Fetch the associated package.
|
A description of the mask. description() -> string A description of the mask.
|
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.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 21 22:22:51 2008 | http://epydoc.sourceforge.net |