494
494
class _DebugCounter(object):
495
495
"""An object that counts the HPSS calls made to each client medium.
503
503
self.counts = weakref.WeakKeyDictionary()
504
504
client._SmartClient.hooks.install_named_hook(
505
505
'call', self.increment_call_count, 'hpss call counter')
509
509
"""Start tracking calls made to a medium.