The feature_flags.py module# Summary# Classes FeatureFlags Supported feature flag names. Functions get_feature_flag_names Get the available feature flags. get_command_line_arguments Get the command line arguments as an array for the given flags. Description# Mechanical beta feature flags. Module detail# feature_flags.get_feature_flag_names() → List[str]# Get the available feature flags. feature_flags.get_command_line_arguments(flags: List[str])# Get the command line arguments as an array for the given flags.