Home
last modified time | relevance | path

Searched refs:is_declared_global (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_symtable.py99 self.assertFalse(self.spam.lookup("glob").is_declared_global())
101 self.assertTrue(self.spam.lookup("bar").is_declared_global())
/external/python/cpython3/Lib/test/
Dtest_symtable.py97 self.assertFalse(self.spam.lookup("glob").is_declared_global())
99 self.assertTrue(self.spam.lookup("bar").is_declared_global())
/external/python/cpython2/Lib/
Dsymtable.py192 def is_declared_global(self): member in Symbol
/external/python/cpython3/Lib/
Dsymtable.py196 def is_declared_global(self): member in Symbol
/external/python/cpython3/Doc/library/
Dsymtable.rst155 .. method:: is_declared_global()
/external/python/cpython2/Doc/library/
Dsymtable.rst151 .. method:: is_declared_global()
/external/python/cpython3/Doc/whatsnew/
D2.7.rst1593 * New function: :func:`~symtable.Symbol.is_declared_global` in the :mod:`symtable` module
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1578 * New function: :func:`~symtable.Symbol.is_declared_global` in the :mod:`symtable` module