Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ resetbuffer
Method
resetbuffer
_pydevd_bundle/pydevconsole_code.py:426–428 ·
view source on GitHub ↗
Reset the input buffer.
(self)
Source
from the content-addressed store, hash-verified
424
self.resetbuffer()
425
426
def
resetbuffer(self):
427
""
"Reset the input buffer."
""
428
self.buffer = []
429
430
def
interact(self, banner=None, exitmsg=None):
431
""
"Closely emulate the interactive Python console.
Callers
3
__init__
Method · 0.95
interact
Method · 0.95
push
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected