Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ is_string
Function
is_string
numpy/distutils/misc_util.py:487–488 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
485
return
modules
486
487
def
is_string(s):
488
return
isinstance(s, str)
489
490
def
all_strings(lst):
491
""
"Return True if all items in lst are string objects. "
""
Callers
15
_fix_args
Function · 0.90
_dict_append
Function · 0.90
setup
Function · 0.90
get_libs
Method · 0.90
_find_lib
Method · 0.90
combine_paths
Function · 0.90
flaglist
Function · 0.90
str2bool
Function · 0.90
set_command
Method · 0.90
link
Method · 0.90
_environment_hook
Method · 0.90
find_modules
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected