Searched refs:get_globals (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/examples/python/ |
D | globals.py | 19 def get_globals(raw_path, options): function 102 get_globals(path, options)
|
/external/tensorflow/tensorflow/python/keras/ |
D | activations.py | 536 advanced_activations_globs = advanced_activations.get_globals()
|
/external/python/cpython2/Lib/test/ |
D | test_symtable.py | 94 self.assertEqual(sorted(func.get_globals()), ["bar", "glob"])
|
/external/python/cpython2/Lib/ |
D | symtable.py | 142 def get_globals(self): member in Function
|
/external/python/cpython3/Lib/ |
D | symtable.py | 136 def get_globals(self): member in Function
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | advanced_activations.py | 33 def get_globals(): function
|
/external/wayland/tests/ |
D | display-test.c | 1014 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/ |
D | symtable.rst | 100 .. method:: get_globals()
|
/external/python/cpython3/Lib/test/ |
D | test_symtable.py | 95 self.assertEqual(sorted(func.get_globals()), ["bar", "glob", "some_assigned_global_var"])
|
/external/python/cpython2/Doc/library/ |
D | symtable.rst | 108 .. method:: get_globals()
|