Home | Trees | Indices | Help |
---|
|
object --+ | Constrain --+ | MinMax --+ | VideoConstrain
>>> v = VideoConstrain() >>> v(0, debug="name") 0 >>> v(-1, debug="name") Traceback (most recent call last): ... ConstrainError: name: -1 < min 0 >>> v(11, debug="name") Traceback (most recent call last): ... ConstrainError: name: 11 > max 10
|
|||
| __init__(self) | ||
Inherited from Inherited from |
|
|||
|
|||
Inherited from |
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Feb 4 17:00:22 2007 | http://epydoc.sourceforge.net |