Assertion only checks for truthiness, instead of None. This prevents arguments such as 0 or empty string from being used in init.
Assertion only checks for truthiness, instead of None. This prevents arguments such as 0 or empty string from being used in init.