MCPcopy
hub / github.com/eudicots/Cactus / append

Function append

cactus/utils/filesystem.py:22–25  ·  view source on GitHub ↗
(directory, name)

Source from the content-addressed store, hash-verified

20 files = []
21
22 def append(directory, name):
23 if not name.startswith('.'):
24 path = os.path.join(directory, name)
25 files.append(path)
26
27 for path in paths:
28 for directory, dirnames, filenames in os.walk(path, followlinks=True):

Callers 1

fileListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected