| Home | Trees | Indices | Help |
|---|
|
|
| Classes | |
|
string_types Type basestring cannot be instantiated; it is the base for str and unicode. |
|
|
text_type unicode(object='') -> unicode object unicode(string[, encoding[, errors]]) -> unicode object |
|
|
bytes str(object='') -> string |
|
|
bytes_types str(object='') -> string |
|
|
long long(x=0) -> long long(x, base=10) -> long |
|
| Functions | |||
| string |
|
||
|
|||
|
|||
|
|||
| integer |
|
||
| character |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Variables | |
PY2 = True
|
|
integer_types =
|
|
MAXSIZE = 9223372036854775807
|
|
| Function Details |
Read a string from standard input. The trailing newline is stripped. If the user hits EOF (Unix: Ctl-D, Windows: Ctl-Z+Return), raise EOFError. On Unix, GNU readline is used if enabled. The prompt string, if given, is printed without a trailing newline before reading.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu May 7 11:49:47 2015 | http://epydoc.sourceforge.net |