MCPcopy Create free account
hub / github.com/LBANN/lbann / object

Method object

src/utils/python.cpp:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163// ---------------------------------------------
164
165object::object(PyObject* ptr) : m_ptr(ptr) { check_error(); }
166object::object(const std::string& val)
167{
168 global_interpreter_lock gil;

Callers

nothing calls this directly

Calls 2

check_errorFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected