budosystems.models.people.Gender

class Gender

Bases: ValueObject

Gender representation. Allows for more than male & female.

label: str
subjective_pronoun: str
objective_pronoun: str
possessive_pronoun: str
reflexive_pronoun: str
__init__(*, label: str, subjective_pronoun: str, objective_pronoun: str, possessive_pronoun: str, reflexive_pronoun: str) None

Method generated by attrs for class Gender.