Home
last modified time | relevance | path

Searched refs:get_globals (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/examples/python/
Dglobals.py19 def get_globals(raw_path, options): function
102 get_globals(path, options)
/external/tensorflow/tensorflow/python/keras/
Dactivations.py536 advanced_activations_globs = advanced_activations.get_globals()
/external/python/cpython2/Lib/test/
Dtest_symtable.py94 self.assertEqual(sorted(func.get_globals()), ["bar", "glob"])
/external/python/cpython2/Lib/
Dsymtable.py142 def get_globals(self): member in Function
/external/python/cpython3/Lib/
Dsymtable.py136 def get_globals(self): member in Function
/external/tensorflow/tensorflow/python/keras/layers/
Dadvanced_activations.py33 def get_globals(): function
/external/wayland/tests/
Ddisplay-test.c1014 get_globals(void *data) in get_globals() function
1038 client_create_noarg(d, get_globals); in TEST()
1096 client_create(d, get_globals, name); in TEST()
/external/python/cpython3/Doc/library/
Dsymtable.rst100 .. method:: get_globals()
/external/python/cpython3/Lib/test/
Dtest_symtable.py95 self.assertEqual(sorted(func.get_globals()), ["bar", "glob", "some_assigned_global_var"])
/external/python/cpython2/Doc/library/
Dsymtable.rst108 .. method:: get_globals()