HomeSort by relevance Sort by last modified time
    Searched refs:POSITIONAL_ONLY (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Lib/test/
test_inspect.py 750 spam_param = inspect.Parameter('spam', inspect.Parameter.POSITIONAL_ONLY)
    [all...]
test_decimal.py     [all...]
  /external/python/cpython3/Tools/clinic/
clinic_test.py 447 self.assertEqual(p.kind, inspect.Parameter.POSITIONAL_ONLY)
507 self.assertEqual(p.kind, inspect.Parameter.POSITIONAL_ONLY)
clinic.py     [all...]
  /external/python/cpython3/Lib/
inspect.py     [all...]

Completed in 355 milliseconds