Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ flags_info
Function
flags_info
numpy/f2py/tests/test_array_from_pyobj.py:49–51 ·
view source on GitHub ↗
(arr)
Source
from the content-addressed store, hash-verified
47
48
49
def
flags_info(arr):
50
flags = wrap.array_attrs(arr)[6]
51
return
flags2names(flags)
52
53
54
def
flags2names(flags):
Callers
nothing calls this directly
Calls
1
flags2names
Function · 0.85
Tested by
no test coverage detected