Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-94590: add signatures to operator itemgetter, attrgetter, me…
…thodcaller (python#94591) These were intentionally skipped when operator was updated to use the argument clinic: python#64385 (comment) However, by not using the argument clinic, they missed out on getting signatures. This is a narrow PR to update the docstrings so that `__text_signature__` can be extracted from them. Updating to use the argument clinic is beyond scope. `methodcaller` uses `*args, **kwargs` to match variadic names used elsewhere, including in `operator.call`.
- Loading branch information