MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / DistutilsFileError

Class DistutilsFileError

tools/python-3.11.9-amd64/Lib/distutils/errors.py:36–40  ·  view source on GitHub ↗

Any problems in the filesystem: expected file not found, etc. Typically this is for problems that we detect before OSError could be raised.

Source from the content-addressed store, hash-verified

34 pass
35
36class DistutilsFileError (DistutilsError):
37 """Any problems in the filesystem: expected file not found, etc.
38 Typically this is for problems that we detect before OSError
39 could be raised."""
40 pass
41
42class DistutilsOptionError (DistutilsError):
43 """Syntactic/semantic errors in command options, such as use of

Callers 8

mkpathFunction · 0.90
copy_treeFunction · 0.90
newerFunction · 0.90
_copy_file_contentsFunction · 0.90
copy_fileFunction · 0.90
move_fileFunction · 0.90
check_packageMethod · 0.50
runMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected