MCPcopy Index your code
hub / github.com/RustPython/RustPython / _log_no_directory_fixup

Method _log_no_directory_fixup

Lib/tarfile.py:2457–2459  ·  view source on GitHub ↗
(self, member, reason)

Source from the content-addressed store, hash-verified

2455 self._handle_nonfatal_error(e)
2456
2457 def _log_no_directory_fixup(self, member, reason):
2458 self._dbg(2, "tarfile: Not fixing up directory %r (%s)" %
2459 (member.name, reason))
2460
2461 def extract(self, member, path="", set_attrs=True, *, numeric_owner=False,
2462 filter=None):

Callers 1

extractallMethod · 0.95

Calls 1

_dbgMethod · 0.95

Tested by

no test coverage detected