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

Method __init__

bpython/paste.py:44–46  ·  view source on GitHub ↗
(self, url: str, expiry: str)

Source from the content-addressed store, hash-verified

42
43class PastePinnwand:
44 def __init__(self, url: str, expiry: str) -> None:
45 self.url = url
46 self.expiry = expiry
47
48 def paste(self, s: str) -> tuple[str, str]:
49 """Upload to pastebin via json interface."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected