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

Method parse_and_bind

Lib/_pyrepl/readline.py:401–402  ·  view source on GitHub ↗
(self, string: str)

Source from the content-addressed store, hash-verified

399 reader.paste_mode = False
400
401 def parse_and_bind(self, string: str) -> None:
402 pass # XXX we don't support parsing GNU-readline-style init files
403
404 def set_completer(self, function: Completer | None = None) -> None:
405 self.config.readline_completer = function

Callers 5

register_readlineFunction · 0.80
cmdloopMethod · 0.80
readline_completionMethod · 0.80
completerFunction · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected