MCPcopy Index your code
hub / github.com/python/mypy / complex

Class complex

mypyc/test-data/fixtures/ir.py:163–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 def __ge__(self, x: float) -> bool: ...
162
163class complex:
164 def __init__(self, x: object, y: object = None) -> None: pass
165 def __add__(self, n: complex) -> complex: pass
166 def __radd__(self, n: float) -> complex: pass
167 def __sub__(self, n: complex) -> complex: pass
168 def __rsub__(self, n: float) -> complex: pass
169 def __mul__(self, n: complex) -> complex: pass
170 def __truediv__(self, n: complex) -> complex: pass
171 def __neg__(self) -> complex: pass
172
173class bytes:
174 @overload

Callers 2

read_expressionFunction · 0.85
readMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…