Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
namespace external {
26
namespace detail {
27
bool check(PyObject *o) { return PyFloat_Check(o) != 0; }
28
29
PyObject *conv(PyObject *o) {
30
PyObject *ret = nullptr;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected