sc2_datasets.replay_parser.tracker_events.tracker_events_parser

Classes

Module Contents

class TrackerEventsParser
static from_dict(d: dict) sc2_datasets.replay_parser.tracker_events.tracker_event.TrackerEvent

Static method returning initialized TrackerEvent class from a dictionary. This helps with the original JSON parsing.

Parameters:

d (dict) – Specifies a dictionary as available in the JSON file that is a result of pre-processing some .SC2Replay file.

Returns:

Returns an initialized TrackerEvent class.

Return type:

TrackerEvent