GeneratorSubstitutions#

class xsdata.models.config.GeneratorSubstitutions(substitution=<factory>)[source]#

Generator substitutions model representation.

Generator search and replace substitutions for classes, fields, packages and modules names. The process runs before and after the default naming conventions.

Parameters:

substitution (List[GeneratorSubstitution]) – The list of substitution instances

__eq__(other)#

Return self==value.

__hash__ = None#