You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
5 lines
181 B
Python
5 lines
181 B
Python
# Bug in PyPy was not hacndling CALL_METHOD_xxx like
|
|
# CALL_FUNCTION_XXX
|
|
def truncate(self, size=None):
|
|
self.db.put(self.key, '', txn=self.txn, dlen=self.len - size, doff=size)
|