MCPcopy Create free account
hub / github.com/pybind/pybind11 / raw_weakref

Method raw_weakref

include/pybind11/pytypes.h:1997–1997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1995
1996private:
1997 static PyObject *raw_weakref(PyObject *o) { return PyWeakref_NewRef(o, nullptr); }
1998};
1999
2000class slice : public object {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected