MCPcopy Index your code
hub / github.com/bpython/bpython / close

Method close

bpython/repl.py:1091–1092  ·  view source on GitHub ↗

See the flush() method docstring.

(self)

Source from the content-addressed store, hash-verified

1089 to do it."""
1090
1091 def close(self):
1092 """See the flush() method docstring."""
1093
1094 def tokenize(self, s, newline=False) -> list[tuple[_TokenType, str]]:
1095 """Tokenizes a line of code, returning pygments tokens

Callers 2

releaseMethod · 0.45
pageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected