Searched refs:_NOT_SET (Results 1 – 3 of 3) sorted by relevance
5 _NOT_SET = object() variable77 def __init__(self, initial=_NOT_SET, *,78 default=_NOT_SET,112 if self.initial is _NOT_SET:117 if value is _NOT_SET:
8 _NOT_SET = object() variable147 srccache=_NOT_SET,156 if srccache is _NOT_SET:
187 _NOT_SET = object() variable190 def transient_internet(resource_name, *, timeout=_NOT_SET, errnos=()):195 if timeout is _NOT_SET: