exception documentation

class _WouldIgnoreField(UserWarning): (source)

View In Hierarchy

Inform users that ``pyproject.toml`` would overwrite previous metadata.

Class Method message Undocumented
Constant MESSAGE Undocumented
@classmethod
def message(cls, field, value): (source)

Undocumented

Undocumented

Value
'''    {field!r} defined outside of `pyproject.toml` would be ignored.
    !!


    ##########################################################################
    # configuration would be ignored/result in error due to `pyproject.toml` #
    ##########################################################################
...