Only where possible. Do not introduce new _impl functions.
For each .Call() not replaced, add a comment in the code explaining the reason, in the same line as the .Call() (at the end like .Call(...) # reason or after the opening parenthesis like .Call( # reason) .
Only where possible. Do not introduce new
_implfunctions.For each
.Call()not replaced, add a comment in the code explaining the reason, in the same line as the.Call()(at the end like.Call(...) # reasonor after the opening parenthesis like.Call( # reason) .