Searched refs:is_nonlocal (Results 1 – 4 of 4) sorted by relevance
118 self.assertFalse(self.spam.lookup("some_var").is_nonlocal())119 self.assertTrue(self.other_internal.lookup("some_var").is_nonlocal())
253 def is_nonlocal(self): member in Symbol
147 .. method:: is_nonlocal()
508 Expose :meth:`symtable.Symbol.is_nonlocal` in the symtable module. Patch by