MCPcopy Index your code
hub / github.com/bpython/bpython / paste

Method paste

bpython/paste.py:40–40  ·  view source on GitHub ↗
(self, s: str)

Source from the content-addressed store, hash-verified

38
39class Paster(Protocol):
40 def paste(self, s: str) -> tuple[str, str | None]: ...
41
42
43class PastePinnwand:

Callers 1

do_pastebinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected