Searched refs:PythonValue (Results 1 – 2 of 2) sorted by relevance
32 struct VISIBILITY_HIDDEN PythonValue : public SugaredValue { struct33 PythonValue(88 struct VISIBILITY_HIDDEN PythonModuleValue : public PythonValue { argument89 explicit PythonModuleValue(py::object mod) : PythonValue(std::move(mod)) {} in PythonModuleValue()99 struct VISIBILITY_HIDDEN CUDAPythonModuleValue : public PythonValue {101 : PythonValue(std::move(mod)) {} in CUDAPythonModuleValue()
34 FunctionSchema PythonValue::getSchema( in getSchema()116 std::shared_ptr<SugaredValue> PythonValue::call( in call()164 std::string PythonValue::kind() const { in kind()170 std::vector<std::shared_ptr<SugaredValue>> PythonValue::asTuple( in asTuple()180 std::shared_ptr<SugaredValue> PythonValue::attr( in attr()190 py::object PythonValue::getattr( in getattr()200 void PythonValue::checkForAddToConstantsError(std::stringstream& ss) { in checkForAddToConstantsError()721 return std::make_shared<PythonValue>(boundMethod, rcb, self_); in tryGetAttr()1384 return std::make_shared<PythonValue>(obj, rcb); in toSugaredValue()1391 return std::make_shared<PythonValue>(obj); in toSugaredValue()