Searched refs:NULL_OR_EMPTY (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_call.py | 401 NULL_OR_EMPTY = object() variable 457 (1, 2), (expected_self, (1, 2), NULL_OR_EMPTY)), 461 (1, 2), (expected_self, (1, 2), NULL_OR_EMPTY)), 463 (), (expected_self, (), NULL_OR_EMPTY)), 474 (1, 2), {}, (expected_self, (1, 2), NULL_OR_EMPTY)), 480 (1, 2), {}, (expected_self, (1, 2), NULL_OR_EMPTY)), 484 if isinstance(expected, tuple) and expected[-1] is NULL_OR_EMPTY:
|
Completed in 2 milliseconds