Home
last modified time | relevance | path

Searched refs:_select_options (Results 1 – 1 of 1) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/_config/
H A Dconfig.py87 keys = _select_options(pat)
146 keys = _select_options(pat)
160 keys = _select_options(pat)
537 def _select_options(pat: str) -> List[str]: function