Home
last modified time | relevance | path

Searched refs:is_namespace (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_symtable.py150 self.assertTrue(self.top.lookup("Mine").is_namespace())
151 self.assertTrue(self.Mine.lookup("a_method").is_namespace())
152 self.assertTrue(self.top.lookup("spam").is_namespace())
153 self.assertTrue(self.spam.lookup("internal").is_namespace())
154 self.assertTrue(self.top.lookup("namespace_test").is_namespace())
155 self.assertFalse(self.spam.lookup("x").is_namespace())
/third_party/python/Lib/
H A Dsymtable.py289 def is_namespace(self): member in Symbol
296 is_namespace() is true, the name may also be bound to other
326 print(info, info.is_local(), info.is_namespace())
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py1609 is_namespace = False
1636 is_namespace = _path_isdir(base_path)
1648 if is_namespace:
/third_party/libabigail/include/
H A Dabg-fwd.h551 is_namespace(const decl_base_sptr&);
554 is_namespace(const decl_base*);
/third_party/libabigail/src/
H A Dabg-ir.cc10624 is_namespace(const decl_base_sptr& d) in is_namespace() function
10633 is_namespace(const decl_base* d) in is_namespace() function
15548 if (!is_namespace(*i)) in is_empty_or_has_empty_sub_namespaces()
15551 namespace_decl_sptr ns = is_namespace(*i); in is_empty_or_has_empty_sub_namespaces()
H A Dabg-writer.cc1997 if (namespace_decl* n = is_namespace(*i)) in write_decl_in_scope()

Completed in 71 milliseconds