MCPcopy 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
607static 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
618static PyObject *
619arrayflags_print(PyArrayFlagsObject *self)

Callers 1

arrayflags_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected