MCPcopy 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
48def flaglist(s):
49 if is_string(s):
50 return split_quoted(s)
51 else:
52 return s
53
54def str2bool(s):
55 if is_string(s):

Callers

nothing calls this directly

Calls 1

is_stringFunction · 0.90

Tested by

no test coverage detected