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

Method __delitem__

bpython/patch_linecache.py:53–55  ·  view source on GitHub ↗
(self, key: Any)

Source from the content-addressed store, hash-verified

51 return super().__contains__(key)
52
53 def __delitem__(self, key: Any) -> None:
54 if not self.is_bpython_filename(key):
55 super().__delitem__(key)
56
57
58def _bpython_clear_linecache() -> None:

Callers

nothing calls this directly

Calls 1

is_bpython_filenameMethod · 0.95

Tested by

no test coverage detected