/ . / chimera / replyobj.py
- Reply Object
- python interface to manage reply log
Functions
|
|
|
nogui_info
|
nogui_info ( s )
Log an informational message
|
|
pushReply
|
pushReply (
reply,
takeStdout=1,
takeStderr=1,
)
|
|
reportException
|
reportException ( descript=None )
Report the current exception, prepending descript
|
|
nogui_clear
|
nogui_clear ()
Clear output window
|
|
popReply
|
popReply ( stackObj )
|
|
nogui_popMode
|
nogui_popMode ()
Exit a message mode
|
|
registerPreferences
|
registerPreferences ()
|
|
nogui_pushMode
|
nogui_pushMode ( mode )
Enter a message mode
|
|
clearReplyStack
|
clearReplyStack ()
|
|
showDialog
|
showDialog (
title="missing title",
message="missing message",
mode=NORMAL,
)
|
|
nogui_message
|
nogui_message ( s )
Show a message
|
|
nogui_error
|
nogui_error ( s )
Log an error string
|
|
nogui_command
|
nogui_command ( s )
Log a command string
|
|
nogui_warning
|
nogui_warning ( s )
Log a warning string
|
|
nogui_status
|
nogui_status ( s, **kw )
Log a status string
|
|
|