module documentation
Class ManholeInterpreterTests Tests for manhole.ManholeInterpreter.
Class ManholeLoopbackMixin No class docstring; 14/14 methods documented
Class ManholeLoopbackSSHTests Test manhole loopback over SSH.
Class ManholeLoopbackStdioTests Test manhole loopback over standard IO.
Class ManholeLoopbackTelnetTests Test manhole loopback over Telnet.
Class ManholeMainTests Test the main method from the manhole module.
Class ManholeProtocolTests Tests for manhole.Manhole.
Class WriterTests No class docstring; 10/10 methods documented
Function determineDefaultFunctionName Return the string used by Python as the name for code objects which are compiled from interactive input or at the top-level of modules.
Variable defaultFunctionName Undocumented
Variable ssh Undocumented
def determineDefaultFunctionName(): (source)

Return the string used by Python as the name for code objects which are compiled from interactive input or at the top-level of modules.

defaultFunctionName = (source)

Undocumented

Undocumented