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

Function check

tests/test_pytypes.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace external {
26namespace detail {
27bool check(PyObject *o) { return PyFloat_Check(o) != 0; }
28
29PyObject *conv(PyObject *o) {
30 PyObject *ret = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected