Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
401
def
get_default_val(pat: str):
402
key = _get_single_key(pat)
403
return
_get_registered_option(key).defval
404
405
406
class
DictWrapper:
Callers
1
get_console_size
Function · 0.90
Calls
2
_get_single_key
Function · 0.85
_get_registered_option
Function · 0.85
Tested by
no test coverage detected