Lines Matching full:python
37 T ExtractValueFromPythonObject(python::PythonObject &p, Status &error) { in ExtractValueFromPythonObject()
43 using namespace python; in Dispatch() local
51 return ErrorWithMessage<T>(caller_signature, "Python object ill-formed", in Dispatch()
62 "Python implementor not allocated.", error); in Dispatch()
81 "Python method could not be called.", error); in Dispatch()
90 // Now that we called the python method with the transformed arguments, in Dispatch()
116 python::PythonObject Transform(Status arg) { in Transform()
117 return python::ToSWIGWrapper(arg); in Transform()
127 void ReverseTransform(T &original_arg, python::PythonObject transformed_arg, in ReverseTransform()
178 fmt += python::PythonFormat<T>::format; in FormatArgs()
190 python::PythonObject &p, Status &error);
195 StructuredData::DictionarySP>(python::PythonObject &p, Status &error);
199 python::PythonObject &p, Status &error);
204 python::PythonObject &p, Status &error);
209 std::optional<MemoryRegionInfo>>(python::PythonObject &p, Status &error);