Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _torf_
Function
_torf_
numpy/core/src/multiarray/flagsobject.c:607–616 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
605
}
606
607
static char *
608
_torf_(int flags, int val)
609
{
610
if ((flags & val) == val) {
611
return
"True"
;
612
}
613
else {
614
return
"False"
;
615
}
616
}
617
618
static PyObject *
619
arrayflags_print(PyArrayFlagsObject *self)
Callers
1
arrayflags_print
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected