from typing import Any standard_formatter: Any def find_attribute_helpers(attr_type, name, custom_formatter): ... def format_attribute_values(schema, name, values, custom_formatter): ... def find_attribute_validator(schema, name, custom_validator): ...