Skip to content

bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable#15565

Merged
voidspace merged 5 commits into
python:masterfrom
blhsing:fix-issue-37972
Sep 11, 2019
Merged

bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable#15565
voidspace merged 5 commits into
python:masterfrom
blhsing:fix-issue-37972

bpo-37972: delegate only attributes of tuple instead to __getattr__

528ba1c
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs