diff options
| author | Antony Lee <anntzer.lee@gmail.com> | 2021-09-24 17:22:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-24 16:22:49 +0100 |
| commit | 6587fc60d447603fb8c631d81d9bb379f53c39ab (patch) | |
| tree | c52c3172f8845e2cb51eed4338436c9e6f58965a /Tools/scripts/update_file.py | |
| parent | 8d8729146f21f61af66e70d3ae9501ea6bdccd09 (diff) | |
| download | cpython-git-6587fc60d447603fb8c631d81d9bb379f53c39ab.tar.gz | |
bpo-44019: Implement operator.call(). (GH-27888)
Having `operator.call(obj, arg)` mean `type(obj).__call__(obj, arg)` is
consistent with the other dunder operators. The semantics with `*args,
**kwargs` then follow naturally from the single-arg semantics.
Diffstat (limited to 'Tools/scripts/update_file.py')
0 files changed, 0 insertions, 0 deletions
