MCPcopy Create free account
hub / github.com/CrafterKolyan/tiny-python-docker-image / get_filenames

Function get_filenames

util/update-readme-table.py:68–69  ·  view source on GitHub ↗
(dockerfiles)

Source from the content-addressed store, hash-verified

66
67
68def get_filenames(dockerfiles):
69 return [os.path.basename(x) for x in dockerfiles]
70
71
72def get_docker_size(path, client):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected