Lines Matching refs:_POSITIONAL_ONLY
1150 if kind is _POSITIONAL_ONLY:
1752 if param.kind is _POSITIONAL_ONLY:
1785 assert param.kind is not _POSITIONAL_ONLY
1810 if kind in (_POSITIONAL_OR_KEYWORD, _POSITIONAL_ONLY):
2418 _POSITIONAL_ONLY = _ParameterKind.POSITIONAL_ONLY variable
2425 _POSITIONAL_ONLY: 'positional-only',
2459 POSITIONAL_ONLY = _POSITIONAL_ONLY
2499 self._kind = _POSITIONAL_ONLY
2761 top_kind = _POSITIONAL_ONLY
2780 if kind in (_POSITIONAL_ONLY, _POSITIONAL_OR_KEYWORD):
2907 if param.kind == _POSITIONAL_ONLY:
2989 if param.kind == _POSITIONAL_ONLY:
3044 if kind == _POSITIONAL_ONLY: