Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ F2PyCapsule_Check
Function
F2PyCapsule_Check
numpy/f2py/src/fortranobject.c:1414–1418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1412
}
1413
1414
int
1415
F2PyCapsule_Check(PyObject *ptr)
1416
{
1417
return PyCapsule_CheckExact(ptr);
1418
}
1419
1420
#ifdef __cplusplus
1421
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected