File tree Expand file tree Collapse file tree 1 file changed +0
-37
lines changed
Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Original file line number Diff line number Diff line change 4949 files = files .all
5050)
5151
52- """
53- full = AttributeDict(
54- files = [
55- 'replay.initData',
56- 'replay.details',
57- 'replay.attributes.events',
58- 'replay.message.events',
59- 'replay.game.events'],
60- processors = [
61- FullProcessor,
62- #PeopleProcessor,
63- #AttributeProcessor,
64- #TeamsProcessor,
65- #MessageProcessor,
66- #RecorderProcessor,
67- #EventProcessor,
68- #ApmProcessor,
69- #ResultsProcessor
70- ],
71- )
72-
73- partial = AttributeDict(
74- files = [
75- 'replay.initData',
76- 'replay.details',
77- 'replay.attributes.events',
78- 'replay.message.events'],
79- processors = [
80- PeopleProcessor,
81- AttributeProcessor,
82- TeamsProcessor,
83- MessageProcessor,
84- RecorderProcessor,
85- ],
86- )
87- """
88-
8952class ReaderMap (dict ):
9053 def __init__ (self ):
9154 self .set1 = {
You can’t perform that action at this time.
0 commit comments