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

Method scope

include/win/boost/python/scope.hpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37inline scope::scope(object const& new_scope)
38 : object(new_scope)
39 , m_previous_scope(detail::current_scope)
40{
41 detail::current_scope = python::incref(new_scope.ptr());
42}
43
44inline scope::scope()
45 : object(detail::borrowed_reference(

Callers

nothing calls this directly

Calls 3

increfFunction · 0.85
xincrefFunction · 0.85
ptrMethod · 0.45

Tested by

no test coverage detected