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