MCPcopy
hub / github.com/pandas-dev/pandas / get_default_val

Function get_default_val

pandas/_config/config.py:401–403  ·  view source on GitHub ↗
(pat: str)

Source from the content-addressed store, hash-verified

399
400
401def get_default_val(pat: str):
402 key = _get_single_key(pat)
403 return _get_registered_option(key).defval
404
405
406class DictWrapper:

Callers 1

get_console_sizeFunction · 0.90

Calls 2

_get_single_keyFunction · 0.85
_get_registered_optionFunction · 0.85

Tested by

no test coverage detected