MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / object

Method object

include/win/boost/python/object_core.hpp:402–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400
401
402inline object::object()
403 : object_base(python::incref(Py_None))
404{}
405
406// copy constructor without NULL checking, for efficiency
407inline api::object_base::object_base(object_base const& rhs)

Callers 2

getMethod · 0.45
operator()Method · 0.45

Calls 2

increfFunction · 0.85
expect_non_nullFunction · 0.85

Tested by

no test coverage detected