Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, *args, **kwargs):
super(PopoRecordManager, self).__init__(*args, **kwargs)
self._all_sequence_records = {}
self._all_sequence_max = {}
self._all_tracking_records = {}
self._all_tracking_max = {}
self._all_notification_records = {}
self._all_notification_max = {}
self._rw_lock = rwlock.RWLockFair()