Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
class
Paster(Protocol):
40
def
paste(self, s: str) -> tuple[str, str | None]: ...
41
42
43
class
PastePinnwand:
Callers
1
do_pastebin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected