SYMBOL INDEX (24 symbols across 3 files) FILE: statically.py function _can_cython_inline (line 16) | def _can_cython_inline(): function _get_source_code (line 31) | def _get_source_code(obj): function _get_non_local_scopes (line 45) | def _get_non_local_scopes(frame): function _get_outer_variables (line 51) | def _get_outer_variables(obj): function typed (line 66) | def typed(obj): FILE: test_statically.py function is_cython_function (line 22) | def is_cython_function(obj): function anext (line 26) | def anext(agen): class CompilationSuite (line 34) | class CompilationSuite(unittest.TestCase): method test_function (line 35) | def test_function(self): method test_is_compiled (line 41) | def test_is_compiled(self): method test_non_local_var_in_class (line 47) | def test_non_local_var_in_class(self): method test_non_local_var_in_method (line 54) | def test_non_local_var_in_method(self): method test_non_local_var_in_function (line 63) | def test_non_local_var_in_function(self): method test_non_local_var_in_generator_function (line 70) | def test_non_local_var_in_generator_function(self): method test_non_local_var_in_coroutine_function (line 77) | def test_non_local_var_in_coroutine_function(self): method test_global_var_in_class (line 84) | def test_global_var_in_class(self): method test_global_var_in_method (line 90) | def test_global_var_in_method(self): method test_global_var_in_function (line 98) | def test_global_var_in_function(self): method test_global_var_in_generator_function (line 104) | def test_global_var_in_generator_function(self): method test_global_var_in_coroutine_function (line 110) | def test_global_var_in_coroutine_function(self): method test_async_generator (line 117) | def test_async_generator(self): class IPythonSuite (line 124) | class IPythonSuite(unittest.TestCase): method test_ipython (line 125) | def test_ipython(self): FILE: test_statically_async.py function generator (line 4) | async def generator():