(self, expr: str, *, inplace: Literal[False] = ..., **kwargs)
| 5218 | |
| 5219 | @overload |
| 5220 | def eval(self, expr: str, *, inplace: Literal[False] = ..., **kwargs) -> Any: ... |
| 5221 | |
| 5222 | @overload |
| 5223 | def eval(self, expr: str, *, inplace: Literal[True], **kwargs) -> None: ... |