MCPcopy Create free account
hub / github.com/python/mypy / __init__

Method __init__

mypyc/ir/ops.py:285–286  ·  view source on GitHub ↗
(self, line: int)

Source from the content-addressed store, hash-verified

283 """
284
285 def __init__(self, line: int) -> None:
286 self.line = line
287
288 def can_raise(self) -> bool:
289 # Override this is if Op may raise an exception. Note that currently the fact that

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected