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

Class UnknownColorCode

bpython/config.py:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48class UnknownColorCode(Exception):
49 def __init__(self, key: str, color: str) -> None:
50 self.key = key
51 self.color = color
52
53
54def getpreferredencoding() -> str:

Callers 1

load_themeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected