You have probably come across functions or methods with a number of Boolean or yes/no options combined into a single parameter, the arguments being assembled from constants OR'ed together.
Bit Pattern Arguments in Python
You have probably come across functions or methods with a number of Boolean or yes/no options combined into a single parameter, the arguments being assembled from constants OR'ed together.