MCPcopy Create free account
hub / github.com/NVIDIA/DALI / python_repr

Function python_repr

include/dali/core/python_util.h:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62template <typename T>
63inline void python_repr(std::ostream &os, const T &obj) {
64 os << obj;
65}
66
67inline void python_repr(std::ostream &os, const char *s) {
68 os.put('\'');

Callers 1

Calls 4

escape_stringFunction · 0.85
strMethod · 0.80
putMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected