Home
last modified time | relevance | path

Searched refs:get_namespace (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/python/object/
Dfunction.hpp43 object const& get_namespace() const { return m_namespace; } in get_namespace() function
/third_party/python/Lib/test/
Dtest_symtable.py157 self.assertTrue(self.top.lookup("spam").get_namespace() is self.spam)
160 self.assertRaises(ValueError, ns_test.get_namespace)
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dresolve.h157 NameSpacePtr get_namespace() { return namespace_; } in get_namespace() function
/third_party/python/Lib/
Dsymtable.py306 def get_namespace(self): member in Symbol
/third_party/python/Doc/library/
Dsymtable.rst195 .. method:: get_namespace()
/third_party/boost/libs/python/src/object/
Dfunction.cpp673 object const& ns = f->get_namespace(); in function_get_module()