MCPcopy Create free account
hub / github.com/bpython/bpython / _method_match_none

Function _method_match_none

bpython/autocomplete.py:196–197  ·  view source on GitHub ↗
(word: str, size: int, text: str)

Source from the content-addressed store, hash-verified

194
195
196def _method_match_none(word: str, size: int, text: str) -> bool:
197 return False
198
199
200def _method_match_simple(word: str, size: int, text: str) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected