There's no point in returning True if it's never checked and won't ever be False. Implicitly returning None or raising an exception is more idiomatic.
There's no point in returning True if it's never checked and won't ever be False. Implicitly returning None or raising an exception is more idiomatic.