Method: pylint.checkers.format.TokenWrapper.line
Calls: 40198, Exceptions: 0, Paths: 1Back
Path 1: 40198 calls (1.0)
1 (1108) 3 (969) 5 (545) 7 (386) 6 (375) 4 (372) 8 (337) 10 (294) 9 (257) 15 (256)
'\n' (10741) '' (1113) '\r\n' (661) ' pass\n' (654) ' pass\n' (408) ' """\n' (341) '"""\n' (199) ' def __init__(self):\n' (169) ' ...
1def line(self, idx: int) -> str:
2 return self._tokens[idx][4]