This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author and3rson
Recipients and3rson, cjw296, mariocj89, michael.foord
Date 2018-12-03.19:00:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543863629.28.0.788709270274.issue35357@psf.upfronthosting.co.za>
In-reply-to
Content
I was considering wrapping a `unittest.mock._Call` class definition within a function that would contain name & parent as local variables (arguments). Thus they would be accessible within the `_Call` class, but wouldn't be accessible from the outside. However this would make them inaccessible from other instances of `_Call`. So I think I'll stick to the more trivial solution of renaming them to `_mock_name` and `_mock_parent` to conform to the rest of the module :)
History
Date User Action Args
2018-12-03 19:00:29and3rsonsetrecipients: + and3rson, cjw296, michael.foord, mariocj89
2018-12-03 19:00:29and3rsonsetmessageid: <1543863629.28.0.788709270274.issue35357@psf.upfronthosting.co.za>
2018-12-03 19:00:29and3rsonlinkissue35357 messages
2018-12-03 19:00:29and3rsoncreate