MCPcopy
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
76class _FormatDict(dict):
77 """Help pformat() work properly."""
78
79 def __missing__(self, key):
80 return "{" + key + "}"
81
82
83def pformat(temp, **fmt):

Callers 1

pformatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected