Stub Compressed.find_lookback.

This commit is contained in:
yenatch 2016-01-20 10:39:54 -08:00
parent fd08d3926b
commit adbc204d74

View File

@ -210,6 +210,10 @@ class Compressed:
self.find_lookback(method, address)
def find_lookback(self, method, address=None):
"""Temporarily stubbed, because the real function doesn't run in polynomial time."""
return 0, None
def broken_find_lookback(self, method, address=None):
if address is None:
address = self.address