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

Method __init__

bpython/paste.py:72–73  ·  view source on GitHub ↗
(self, executable: str)

Source from the content-addressed store, hash-verified

70
71class PasteHelper:
72 def __init__(self, executable: str) -> None:
73 self.executable = executable
74
75 def paste(self, s: str) -> tuple[str, None]:
76 """Call out to helper program for pastebin upload."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected