MCPcopy Index your code
hub / github.com/python/cpython / do_EOF

Method do_EOF

Lib/pdb.py:2059–2065  ·  view source on GitHub ↗

EOF Handles the receipt of EOF as a command.

(self, arg)

Source from the content-addressed store, hash-verified

2057 do_exit = do_quit
2058
2059 def do_EOF(self, arg):
2060 """EOF
2061
2062 Handles the receipt of EOF as a command.
2063 """
2064 self.message('')
2065 return self.do_quit(arg)
2066
2067 def do_args(self, arg):
2068 """a(rgs)

Callers

nothing calls this directly

Calls 2

messageMethod · 0.95
do_quitMethod · 0.95

Tested by

no test coverage detected