Lines Matching defs:_empty
2261 if default_node and default_node is not _empty:
2377 annotation = annotations.get(name, _empty)
2386 annotation = annotations.get(name, _empty)
2396 annotation = annotations.get(name, _empty)
2402 default = _empty
2404 default = kwdefaults.get(name, _empty)
2406 annotation = annotations.get(name, _empty)
2417 annotation = annotations.get(name, _empty)
2424 return_annotation=annotations.get('return', _empty),
2626 class _empty:
2684 empty = _empty
2686 def __init__(self, name, kind, *, default=_empty, annotation=_empty):
2691 if default is not _empty:
2699 if name is _empty:
2778 if self._annotation is not _empty:
2782 if self._default is not _empty:
2783 if self._annotation is not _empty:
2907 if param.default is not _empty:
2970 empty = _empty
2972 def __init__(self, parameters=None, *, return_annotation=_empty,
3002 if param.default is _empty:
3112 param.default is not _empty):
3181 param.default is _empty):
3271 if self.return_annotation is not _empty: