Searched defs:PythonModuleValue (Results 1 – 1 of 1) sorted by relevance
88 struct VISIBILITY_HIDDEN PythonModuleValue : public PythonValue { struct89 explicit PythonModuleValue(py::object mod) : PythonValue(std::move(mod)) {} in PythonModuleValue() function