def reset_all_counters()

in fbtftp/base_server.py [0:0]


    def reset_all_counters(self):
        """
        Reset all the counters atomically.
        """
        with self._counters_lock:
            self._counters.clear()