Richard Taylor
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created PEP8 checking doctest
AnsweredHi I can not work out how to format my doctests so that the code inspector considers them to be correct (or alternatively to disable checking of doctests). Here is an example: def update(self): ...