Home | History | Annotate | Download | only in test

Lines Matching refs:POS

5514         POS = inspect._ParameterKind.POSITIONAL_ONLY
5549 if param.kind == POS:
5589 self.assertIs(c_kind[0], POS)