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

Function delattr

mypyc/test-data/fixtures/ir.py:410–410  ·  view source on GitHub ↗
(obj: object, name: str)

Source from the content-addressed store, hash-verified

408def getattr(obj: object, name: str, default: Any = None) -> Any: ...
409def setattr(obj: object, name: str, value: Any) -> None: ...
410def delattr(obj: object, name: str) -> None: ...
411def enumerate(x: Iterable[_T]) -> Iterator[Tuple[int, _T]]: ...
412@overload
413def zip(x: Iterable[_T], y: Iterable[_S]) -> Iterator[Tuple[_T, _S]]: ...

Callers 1

replace_object_stateFunction · 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…