Home | History | Annotate | Download | only in Lib

Lines Matching defs:_empty

1990         if default_node and default_node is not _empty:
2100 annotation = annotations.get(name, _empty)
2106 annotation = annotations.get(name, _empty)
2114 annotation = annotations.get(name, _empty)
2120 default = _empty
2122 default = kwdefaults.get(name, _empty)
2124 annotation = annotations.get(name, _empty)
2135 annotation = annotations.get(name, _empty)
2142 return_annotation=annotations.get('return', _empty),
2345 class _empty:
2397 empty = _empty
2399 def __init__(self, name, kind, *, default=_empty, annotation=_empty):
2406 if default is not _empty:
2413 if name is _empty:
2487 if self._annotation is not _empty:
2491 if self._default is not _empty:
2613 if param.default is not _empty:
2676 empty = _empty
2678 def __init__(self, parameters=None, *, return_annotation=_empty,
2705 if param.default is _empty:
2833 param.default is not _empty):
2902 param.default is _empty):
2992 if self.return_annotation is not _empty: