Home
last modified time | relevance | path

Searched refs:_void (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dinspect.py2016 defaults = getattr(obj, '__defaults__', _void) # Important to use _void ...
2017 kwdefaults = getattr(obj, '__kwdefaults__', _void) # ... and not None here
2561 class _void: class
2696 def replace(self, *, name=_void, kind=_void,
2697 annotation=_void, default=_void):
2700 if name is _void:
2703 if kind is _void:
2706 if annotation is _void:
2709 if default is _void:
3007 def replace(self, *, parameters=_void, return_annotation=_void):
[all …]
/external/rust/cxx/src/
Dcxx_vector.rs27 _void: [c_void; 0], field
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c382 const struct vtn_decoration *dec, void *_void) in handle_no_contraction() argument