Searched refs:_void (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ |
D | inspect.py | 1802 defaults = getattr(obj, '__defaults__', _void) # Important to use _void ... 1803 kwdefaults = getattr(obj, '__kwdefaults__', _void) # ... and not None here 2341 class _void: class 2464 def replace(self, *, name=_void, kind=_void, 2465 annotation=_void, default=_void): 2468 if name is _void: 2471 if kind is _void: 2474 if annotation is _void: 2477 if default is _void: 2761 def replace(self, *, parameters=_void, return_annotation=_void): [all …]
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 314 const struct vtn_decoration *dec, void *_void) in handle_no_contraction() argument
|
/external/python/cpython3/Tools/clinic/ |
D | clinic.py | 49 _void = inspect._void variable
|