MCPcopy 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
742def dot_join(*args):
743 return '.'.join([a for a in args if a])
744
745def get_frame(level=0):
746 """Return frame object from call stack with given level.

Callers 6

configurationFunction · 0.90
__init__Method · 0.85
add_extensionMethod · 0.85
get_versionMethod · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected