Searched refs:get_namespace (Results 1 – 6 of 6) sorted by relevance
43 object const& get_namespace() const { return m_namespace; } in get_namespace() function
157 self.assertTrue(self.top.lookup("spam").get_namespace() is self.spam)160 self.assertRaises(ValueError, ns_test.get_namespace)
157 NameSpacePtr get_namespace() { return namespace_; } in get_namespace() function
306 def get_namespace(self): member in Symbol
195 .. method:: get_namespace()
673 object const& ns = f->get_namespace(); in function_get_module()