Searched refs:_NOT_SET (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | clsutil.py | 2 _NOT_SET = object() variable 14 def __init__(self, initial=_NOT_SET, *, 15 default=_NOT_SET, 49 if self.initial is _NOT_SET: 54 if value is _NOT_SET:
|
H A D | iterutil.py | 2 _NOT_SET = object() variable
|
H A D | scriptutil.py | 13 _NOT_SET = object() variable 596 def iter_marks(mark='.', *, group=5, groups=2, lines=_NOT_SET, sep=' '): 605 if lines is _NOT_SET:
|
/third_party/python/Lib/test/support/ |
H A D | socket_helper.py | 190 _NOT_SET = object() variable 193 def transient_internet(resource_name, *, timeout=_NOT_SET, errnos=()): 198 if timeout is _NOT_SET:
|
H A D | interpreters.py | 143 _NOT_SET = object() variable 161 def recv_nowait(self, default=_NOT_SET): 168 if default is _NOT_SET:
|
Completed in 2 milliseconds