Searched refs:_empty (Results 1 – 7 of 7) sorted by relevance
/external/python/funcsigs/funcsigs/ |
D | __init__.py | 183 class _empty(object): class 235 empty = _empty 237 def __init__(self, name, kind, default=_empty, annotation=_empty, 245 if default is not _empty: 314 if self._annotation is not _empty: 318 if self._default is not _empty: 472 empty = _empty 474 def __init__(self, parameters=None, return_annotation=_empty, 542 annotation = annotations.get(name, _empty) 548 annotation = annotations.get(name, _empty) [all …]
|
/external/python/cpython3/Lib/ |
D | inspect.py | 2042 if default_node and default_node is not _empty: 2152 annotation = annotations.get(name, _empty) 2158 annotation = annotations.get(name, _empty) 2166 annotation = annotations.get(name, _empty) 2172 default = _empty 2174 default = kwdefaults.get(name, _empty) 2176 annotation = annotations.get(name, _empty) 2187 annotation = annotations.get(name, _empty) 2194 return_annotation=annotations.get('return', _empty), 2403 class _empty: class [all …]
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | transformed_distribution.py | 270 self._empty = constant_op.constant([], dtype=dtypes.int32, name="empty") 386 distribution_util.pick_vector(self._needs_rotation, self._empty, [n]), 389 distribution_util.pick_vector(self._needs_rotation, [n], self._empty)) 589 return self._empty
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | conditional_transformed_distribution.py | 57 distribution_util.pick_vector(self._needs_rotation, self._empty, [n]), 60 distribution_util.pick_vector(self._needs_rotation, [n], self._empty))
|
/external/python/cpython3/Tools/clinic/ |
D | clinic.py | 46 _empty = inspect._empty variable 2075 return_converter, return_annotation=_empty, 2153 def __init__(self, name, kind, *, default=_empty, 2154 function, converter, annotation=_empty,
|
/external/python/cpython3/Lib/test/ |
D | test_inspect.py | 1238 _empty = inspect.ClosureVars({}, {}, {}, set()) 1239 self.assertEqual(inspect.getclosurevars(lambda: True), _empty) 1240 self.assertEqual(inspect.getclosurevars(foo), _empty)
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 2513 …nsitionEdgeTables:{xref|dfa<dfa.decisionNumber>_T<xref>}; separator=", ", wrap="\n", null="_empty">
|