Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ dot_join
Function
dot_join
numpy/distutils/misc_util.py:742–743 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
740
return
filenames
741
742
def
dot_join(*args):
743
return
'.'
.join([a
for
a in args
if
a])
744
745
def
get_frame(level=0):
746
""
"Return frame object
from
call stack
with
given level.
Callers
6
configuration
Function · 0.90
generate_umath_doc_header
Function · 0.90
__init__
Method · 0.85
_get_configuration_from_setup_py
Method · 0.85
add_extension
Method · 0.85
get_version
Method · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected