Terry J. Reedy added the comment:
Private attributes are not documented because they are private and subject to
change. Their use is at one's own risk. I don't know mock well enough to
understand 'inconsistent' or comment on the change proposal.
--
nosy: +terry.reedy
_
New submission from Richard Wise :
I am trying to use wraps to delegate a call to a decorated patch mock to
another method. By examining the source code, I was able to achieve this using
the (apparently undocumented) `Mock._mock_wraps` attribute instead of the
`wraps` attribute which would be