|
GnuCash
2.6.99
|
Public Member Functions | |
| def | __init__ |
| def | close |
| def | fileno |
| def | isatty |
| def | read |
| def | readline |
| def | readlines |
| def | write |
| def | writelines |
| def | seek |
| def | tell |
Data Fields | |
| fn | |
| console | |
Static Public Attributes | |
| flush = close | |
| truncate = tell | |
A fake input file object. It receives input from a GTK TextView widget, and if asked for a file number, returns one set on instance creation
Definition at line 88 of file console.py.
1.8.6