Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
48
class
UnknownColorCode(Exception):
49
def
__init__(self, key: str, color: str) -> None:
50
self.key = key
51
self.color = color
52
53
54
def
getpreferredencoding() -> str:
Callers
1
load_theme
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected