Searched defs:PythonClassValue (Results 1 – 1 of 1) sorted by relevance
315 struct VISIBILITY_HIDDEN PythonClassValue : public ClassValue { struct316 PythonClassValue(ClassTypePtr type, py::object py_type) in PythonClassValue() function319 std::string kind() const override { in kind()