Searched defs:POSITIONAL_ONLY (Results 1 – 2 of 2) sorted by relevance
/external/python/funcsigs/funcsigs/ | ||
D | __init__.py | 229 POSITIONAL_ONLY = _POSITIONAL_ONLY variable in Parameter |
/external/python/cpython3/Lib/ | ||
D | inspect.py | 2408 POSITIONAL_ONLY = 0 variable in _ParameterKind |