MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / GetFullyQualifiedName

Function GetFullyQualifiedName

python/common/PyUtil.cpp:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83std::string GetFullyQualifiedName(py::handle h)
84{
85 py::handle type = h.get_type();
86
87 std::ostringstream ss;
88 ss << type.attr("__module__").cast<std::string>() << '.' << type.attr("__qualname__").cast<std::string>();
89 return ss.str();
90}
91
92static std::string ProcessBufferInfoFormat(const std::string &fmt)
93{

Callers 2

loadMethod · 0.85
loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected