4 строки
87 B
Python
4 строки
87 B
Python
|
from typing import Any
|
||
|
|
||
|
def inspect(subject: object, raiseerr: bool = ...) -> Any: ...
|