Exemple #1
0
 def call_handler():
     may_log_packet(False, packet_type, packet)
     handler(packet)
Exemple #2
0
 def t(self, sending, packet_type, *args):
     packet = [packet_type] + list(args)
     return common.may_log_packet(sending, packet_type, packet)