MCPcopy 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
59def is_sequence_of_strings(seq):
60 return is_sequence(seq) and all_strings(seq)
61
62class FCompiler(CCompiler):
63 """Abstract base class to define the interface that must be implemented

Callers 2

set_commandMethod · 0.85
verify_command_formMethod · 0.85

Calls 2

is_sequenceFunction · 0.90
all_stringsFunction · 0.90

Tested by

no test coverage detected