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

Class SourceNotFound

bpython/repl.py:374–375  ·  view source on GitHub ↗

Exception raised when the requested source could not be found.

Source from the content-addressed store, hash-verified

372
373
374class SourceNotFound(Exception):
375 """Exception raised when the requested source could not be found."""
376
377
378@dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected