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

Method add

Lib/_pyrepl/_threading_handler.py:25–25  ·  view source on GitHub ↗
(self, s: str)

Source from the content-addressed store, hash-verified

23 class ShowExceptions(Protocol):
24 def __call__(self) -> int: ...
25 def add(self, s: str) -> None: ...
26
27 from .reader import Reader
28

Callers 2

_attr_matchesMethod · 0.45
_do_importMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected