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

Method get

Lib/test/test_pyrepl/test_eventqueue.py:178–179  ·  view source on GitHub ↗
(self, cap: str)

Source from the content-addressed store, hash-verified

176
177class EmptyTermInfo(terminfo.TermInfo):
178 def get(self, cap: str) -> bytes:
179 return b""
180
181
182@unittest.skipIf(support.MS_WINDOWS, "No Unix event queue on Windows")

Callers 15

isfileMethod · 0.45
islinkMethod · 0.45
test_getMethod · 0.45
test_reader.pyFile · 0.45
setUpMethod · 0.45
consoleMethod · 0.45
get_eventMethod · 0.45
test_no_newlineMethod · 0.45
unix_consoleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected