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

Method __contains__

bpython/curtsiesfrontend/manual_readline.py:71–72  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

69 return func(**args)
70
71 def __contains__(self, key):
72 return key in self.simple_edits or key in self.cut_buffer_edits
73
74 def __getitem__(self, key):
75 if key in self.simple_edits:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected