IO functions.
|
|
z_u(a,
enc=None)
Convert a to unicode if a is
not unicode. |
source code
|
|
|
None
|
|
|
None
|
|
|
None
|
|
|
None
|
|
|
|
|
|
|
|
|
|
log_clear()
Do clean up for fstream: close if need. |
source code
|
|
|
|
prt(*arg,
**kwd)
Print all arg consecutively with print
builtin function. |
source code
|
|
|
|
prt0(*arg,
**kwd)
Print arguments arg with prt with verbose =
0. |
source code
|
|
|
|
prt1(*arg,
**kwd)
Print arguments arg with prt with verbose =
1. |
source code
|
|
|
|
prt2(*arg,
**kwd)
Print arguments arg with prt with verbose =
2. |
source code
|
|
|
|
prt3(*arg,
**kwd)
Print arguments arg with prt with verbose =
3. |
source code
|
|
|
|
prt4(*arg,
**kwd)
Print arguments arg with prt with verbose =
4. |
source code
|
|
|
|
prt5(*arg,
**kwd)
Print arguments arg with prt with verbose =
5. |
source code
|
|
|
|
|