Skip to content

Make @symmetric a property if it wraps a plain function. #153

@bckohan

Description

@bckohan

So instead of:

@symmetric(case_fold=True)
@property
def name(self):
    return "value"

you could just do:

@symmetric(case_fold=True)
def name(self):
    return "value"

Should be lenient enough to work in either case.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions