Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsymtable.py179 def get_globals(self): member in Function
/third_party/wayland_standard/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()
/third_party/python/Lib/test/
Dtest_symtable.py102 self.assertEqual(sorted(func.get_globals()), ["bar", "glob", "some_assigned_global_var"])
/third_party/python/Doc/library/
Dsymtable.rst100 .. method:: get_globals()