Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ is_sequence_of_strings
Function
is_sequence_of_strings
numpy/distutils/fcompiler/__init__.py:59–60 ·
view source on GitHub ↗
(seq)
Source
from the content-addressed store, hash-verified
57
return
bool(s)
58
59
def
is_sequence_of_strings(seq):
60
return
is_sequence(seq) and all_strings(seq)
61
62
class
FCompiler(CCompiler):
63
""
"Abstract base
class
to define the interface that must be implemented
Callers
2
set_command
Method · 0.85
verify_command_form
Method · 0.85
Calls
2
is_sequence
Function · 0.90
all_strings
Function · 0.90
Tested by
no test coverage detected