field_name_no_prefix property

FieldMergeField.field_name_no_prefix property

Returns just the name of the data field. Any prefix is stripped to the prefix property.

@property
def field_name_no_prefix(self) -> str:
    ...

See Also