Home | Trees | Indices | Help |
---|
|
object --+ | Input_Bind --+ | Base_In_String
Base class input binding that is a character array from a string.
All input string types take a third argument which is the maximum size of the buffer.
If you attempt to give an input value that is larger than the specified maximum size, then the call to execute will raise OverflowError.
|
|||
|
__init__(...) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
__new__(T,
S,
...) Returns a new object with type S, a subtype of T... |
||
Inherited from |
|
|||
|
__pyx_vtable__ = <PyCObject object at 0x852e4e8>
|
|
|||
|
_value The char * character array, allocated in __init__. |
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
__pyx_vtable__
|
|
_valueThe char * character array, allocated in __init__. (C only.) |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Nov 12 20:01:34 2006 | http://epydoc.sourceforge.net |