Matt Aschmann
Results
1
issues of
Matt Aschmann
`self.rank = 1000` is listed in the examples: ``` class Source(Base): def __init__(self, vim): super().__init__(vim) self.name = 'async' self.mark = '[async]' self.rank = 1000 self._count = 0 ``` That is...