Last analyzed 333ff84 21 days ago
Default analysis branch is
Currently analyzing run
One-line docstring should fit on one line with quotes FLK-D200
Documentation
a year agoa year old
One-line docstring should fit on one line with quotes
 97    @property
 98    def epoch(self):
 99        # type: () -> int
100        """101        An integer giving the version epoch of this Version instance
102        """
103        _epoch = self._version.epoch  # type: int