StdoutCapture
from direct.showbase.PythonUtil import StdoutCapture
Inheritance:
StdoutCapture
:
Methods of StdoutCapture:
__init__
destroy
getString
write
__init__
def __init__(self)
Undocumented function.
destroy
def destroy(self)
Undocumented function.
getString
def getString(self)
Undocumented function.
write
def write(self, string)
Undocumented function.