Module cups :: Class Constraint
[hide private]
[frames] | no frames]

type Constraint

object --+
         |
        Constraint

PPD constraint

A PPD constraint.

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
a new object with type S, a subtype of T
__new__(T, S, ...)
Instance Variables [hide private]
string choice1
first option choice
string choice2
secondoption choice
string option1
first option keyword
string option2
second option keyword
Method Details [hide private]

__init__(...)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__