Home
last modified time | relevance | path

Searched refs:get_nonlocals (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dsymtable.py188 def get_nonlocals(self): member in Function
/third_party/python/Lib/test/
Dtest_symtable.py121 self.assertEqual(self.other_internal.get_nonlocals(), expected)
/third_party/python/Doc/library/
Dsymtable.rst104 .. method:: get_nonlocals()