It would be more clear for certain methods which are helper methods inside a class to have a leading underscore for the clarity of their functionality.
from PEP 8 style guide
_single_leading_underscore: weak "internal use" indicator. E.g. from middleware_client import * does not import objects whose name starts with an underscore.