Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ flaglist
Function
flaglist
numpy/distutils/fcompiler/__init__.py:48–52 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
46
pass
47
48
def
flaglist(s):
49
if
is_string(s):
50
return
split_quoted(s)
51
else
:
52
return
s
53
54
def
str2bool(s):
55
if
is_string(s):
Callers
nothing calls this directly
Calls
1
is_string
Function · 0.90
Tested by
no test coverage detected