Refactor: python: Fix return value of call methods.
- Always return True or False, not None or 0 or 1.
- Raise NotImplementedError in the base class.
- Change the variable name to result in all methods for consistency.
Refactor: python: Fix return value of __call__ methods. Tags None Referenced Files None Subscribers None
Description
Details
|