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

Method path

Lib/tarfile.py:958–960  ·  view source on GitHub ↗

In pax headers, "name" is called "path".

(self)

Source from the content-addressed store, hash-verified

956
957 @property
958 def path(self):
959 'In pax headers, "name" is called "path".'
960 return self.name
961
962 @path.setter
963 def path(self, name):

Callers 3

criterion_benchmarkFunction · 0.45
criterion_benchmarkFunction · 0.45
parse_folderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected