We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArchiveEntry
__slots__
1 parent 7b97d8b commit eb546abCopy full SHA for eb546ab
1 file changed
libarchive/entry.py
@@ -24,6 +24,8 @@ def format_time(seconds, nanos):
24
25
class ArchiveEntry(object):
26
27
+ __slots__ = ('_archive_p', '_entry_p')
28
+
29
def __init__(self, archive_p, entry_p):
30
self._archive_p = archive_p
31
self._entry_p = entry_p
0 commit comments