Home | Trees | Indices | Help |
---|
|
object --+ | Constrain --+ | Contains
>>> c = Contains((1, 2, 3)) >>> c(1, debug="name") 1 >>> c(4, debug="name") Traceback (most recent call last): ... ConstrainError: name: 4 not in (1, 2, 3)
|
|||
|
__init__(self,
values) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
| __call__(self, value, debug="unknown") | ||
Inherited from |
|
|||
|
__slots__ = '_values'
|
||
|
_values = <member '_values' of 'Contains' objects>
|
|
|||
Inherited from |
|
|
|
|
__slots__None
|
_valuesNone
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Feb 4 17:00:22 2007 | http://epydoc.sourceforge.net |