Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_symtable.py118 self.assertFalse(self.spam.lookup("some_var").is_nonlocal())
119 self.assertTrue(self.other_internal.lookup("some_var").is_nonlocal())
/third_party/python/Lib/
Dsymtable.py253 def is_nonlocal(self): member in Symbol
/third_party/python/Doc/library/
Dsymtable.rst147 .. method:: is_nonlocal()
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst508 Expose :meth:`symtable.Symbol.is_nonlocal` in the symtable module. Patch by