mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 05:54:02 +08:00
1b267b25f2
This fixes a number of issues related to `_Call` in `stdlib/unittest/mock.pyi`: - `_Call.__new__()`, `_Call.__init__()`: The `parent` argument should be another `_Call` or `None`. - `_Call.name` doesn't exist. - `_Call.parent` doesn't exist. - `_Call.from_kall` doesn't exist. - [`NonCallableMock.call_args`][0] should be a `_Call` or `None`. [0]: https://docs.python.org/3/library/unittest.mock.html#unittest.mock.Mock.call_args