MCPcopy Create free account
hub / github.com/numpy/numpy / dos2unix_dir

Function dos2unix_dir

numpy/distutils/line_endings.py:37–40  ·  view source on GitHub ↗
(dir_name)

Source from the content-addressed store, hash-verified

35 modified_files.append(file)
36
37def dos2unix_dir(dir_name):
38 modified_files = []
39 os.path.walk(dir_name, dos2unix_one_dir, modified_files)
40 return modified_files
41#----------------------------------
42
43def unix2dos(file):

Callers 1

line_endings.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected