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

Method get

Tools/scripts/summarize_stats.py:370–371  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

368 self._data = data
369
370 def get(self, key: str) -> int:
371 return self._data.get(key, 0)
372
373 @functools.cache
374 def get_opcode_stats(self, prefix: str) -> OpcodeStats:

Callers 15

make_idFunction · 0.45
format_antagonisticMethod · 0.45
_extract_docstringMethod · 0.45
_extract_messageMethod · 0.45
_extract_commentsMethod · 0.45
_add_messageMethod · 0.45
mainFunction · 0.45
fillhintsMethod · 0.45
makeunicodedataFunction · 0.45
makeunicodetypeFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 7

applyMethod · 0.36
notifyTestFailedMethod · 0.36
notifyTestErroredMethod · 0.36
notifyTestSkippedMethod · 0.36
notifyTestFinishedMethod · 0.36
showSelectedErrorMethod · 0.36