Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
402
inline object::object()
403
: object_base(python::incref(Py_None))
404
{}
405
406
// copy constructor without NULL checking, for efficiency
407
inline api::object_base::object_base(object_base const& rhs)
Callers
2
get
Method · 0.45
operator()
Method · 0.45
Calls
2
incref
Function · 0.85
expect_non_null
Function · 0.85
Tested by
no test coverage detected