2767
2768
def capture_hpss_call(params):
2769
2770
CapturedCall(params, prefix_length))
2770
2773
client._SmartClient.hooks.install_named_hook(
2771
2774
'call', capture_hpss_call, None)
2773
2778
def reset_smart_call_log(self):
2777
2783
class TestCaseInTempDir(TestCaseWithMemoryTransport):