navigate.model.features.feature_container.dummy_True
- navigate.model.features.feature_container.dummy_True(*args)
Dummy function that always returns True.
This function serves as a placeholder for operations that need to return a Boolean value. It is designed to always return True.
Parameters:
- *argstuple
Variable-length argument list (unused).
Returns:
- bool
Always returns True.
Notes:
This function is a simple placeholder that returns True and is often used in situations where a real function is not yet implemented or is not relevant for a specific context.