Method: pylint.extensions.check_elif.ElseifUsedChecker._init
Calls: 39,
Exceptions: 0,
Paths: 1
Back
Path 1
: 39 calls (1.0)
1 run
0 not run
1
def
_init
(
self
)
->
None
:
2
self
.
_elifs
:
dict
[
tokenize
.
_Position
,
str
]
=
{}