argdigest.describe_normalization#

argdigest.describe_normalization(registry, caller=None)[source]#

Render the declared aliases as plain data, optionally for one caller.

Declaring rules as data rather than as a callable is what makes this possible: the alternative names a function accepts can be listed in its documentation instead of living undocumented inside a branch of a standardizer.

Parameters:
  • registry (NormalizationRegistry)

  • caller (str | None)

Return type:

list[dict[str, Any]]