Home
last modified time | relevance | path

Searched refs:get_function_globals (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py99 namespace = dict(six.get_function_globals(f))
Dinspect_utils_test.py147 globs = six.get_function_globals(test_fn)
/external/python/setuptools/pkg_resources/_vendor/
Dsix.py570 get_function_globals = operator.attrgetter(_func_globals) variable
/external/python/six/
Dsix.py576 get_function_globals = operator.attrgetter(_func_globals) variable
Dtest_six.py379 assert six.get_function_globals(f) is globals()
/external/python/setuptools/setuptools/_vendor/
Dsix.py570 get_function_globals = operator.attrgetter(_func_globals) variable
/external/scapy/scapy/modules/
Dsix.py580 get_function_globals = operator.attrgetter(_func_globals) variable
/external/python/six/documentation/
Dindex.rst156 .. function:: get_function_globals(func)