Sha256: f36c394151ccdf567bbd5ad57d8158b39c2c3f8c3c0e376bc5fc2e348ca5d85d
Contents?: true
Size: 161 Bytes
Versions: 67
Compression:
Stored size: 161 Bytes
Contents
handler_dict = {} class HandlerDictionary: @staticmethod def add_handler_to_dict(command_type, handler): handler_dict[command_type] = handler
Version data entries
67 entries across 38 versions & 1 rubygems