Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mne-tools/mne-python
/ _FormatDict
Class
_FormatDict
mne/utils/misc.py:76–80 ·
view source on GitHub ↗
Help pformat() work properly.
Source
from the content-addressed store, hash-verified
74
75
76
class
_FormatDict(dict):
77
""
"Help pformat() work properly."
""
78
79
def
__missing__(self, key):
80
return
"{"
+ key +
"}"
81
82
83
def
pformat(temp, **fmt):
Callers
1
pformat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected