Searched refs:PythonModuleValue (Results 1 – 3 of 3) sorted by relevance
88 struct VISIBILITY_HIDDEN PythonModuleValue : public PythonValue { struct89 explicit PythonModuleValue(py::object mod) : PythonValue(std::move(mod)) {} in PythonModuleValue() function
208 std::shared_ptr<SugaredValue> PythonModuleValue::attr( in attr()1211 return std::make_shared<PythonModuleValue>(obj); in toSugaredValue()
574 …g `math` to a SugaredValue representing accesses to Python modules (PythonModuleValue) whose `attr…