OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_namespace
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_symtable.py
126
self.assertTrue(self.top.lookup("Mine").
is_namespace
())
127
self.assertTrue(self.Mine.lookup("a_method").
is_namespace
())
128
self.assertTrue(self.top.lookup("spam").
is_namespace
())
129
self.assertTrue(self.spam.lookup("internal").
is_namespace
())
130
self.assertTrue(self.top.lookup("namespace_test").
is_namespace
())
131
self.assertFalse(self.spam.lookup("x").
is_namespace
())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_symtable.py
126
self.assertTrue(self.top.lookup("Mine").
is_namespace
())
127
self.assertTrue(self.Mine.lookup("a_method").
is_namespace
())
128
self.assertTrue(self.top.lookup("spam").
is_namespace
())
129
self.assertTrue(self.spam.lookup("internal").
is_namespace
())
130
self.assertTrue(self.top.lookup("namespace_test").
is_namespace
())
131
self.assertFalse(self.spam.lookup("x").
is_namespace
())
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py
210
def
is_namespace
(self):
member in class:Symbol
217
is_namespace
() is true, the name may also be bound to other
242
print info, info.is_local(), info.
is_namespace
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py
210
def
is_namespace
(self):
member in class:Symbol
217
is_namespace
() is true, the name may also be bound to other
242
print info, info.is_local(), info.
is_namespace
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py
451
if s.
is_namespace
():
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py
451
if s.
is_namespace
():
Completed in 107 milliseconds