Files
python-uncompyle6/test/simple_source/bug_pypy27/02_call_method.py
2016-08-14 22:59:34 -04:00

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)