/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
_typecheck.py | 246 allowed_type = _replace_forward_references(t, f.__globals__) 256 allowed_type = _replace_forward_references(t, f.__globals__) 298 allowed_type = _replace_forward_references(types[0], f.__globals__) 313 allowed_type = _replace_forward_references(t, f.__globals__)
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
inspect_utils.py | 303 return tuple(sorted(name for name, value in entity.__globals__.items()
|
/external/python/cpython3/Lib/pydoc_data/ |
topics.py | [all...] |
/external/python/cpython3/Lib/test/ |
test_pyclbr.py | 137 return item.__globals__ is module.__dict__
|
test_funcattrs.py | 72 self.assertIs(self.b.__globals__, globals()) 73 self.cannot_set_attr(self.b, '__globals__', 2,
|
/external/python/cpython3/Lib/ |
types.py | 56 MemberDescriptorType = type(FunctionType.__globals__)
|
inspect.py | 166 __globals__ global namespace in which this function was defined [all...] |
/external/tensorflow/tensorflow/python/autograph/impl/ |
api.py | 480 if hasattr(compiled, '__globals__'): 483 del compiled.__globals__[name]
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
distribution.py | 105 code=fn.__code__, globals=fn.__globals__, [all...] |
/external/tensorflow/tensorflow/python/framework/ |
test_util.py | 683 id(obj), obj.__name__, id(obj.__globals__)) [all...] |
/external/python/cpython2/Lib/pydoc_data/ |
topics.py | [all...] |