lair.utils.dev# Tools for code development. Functions public_attrs(obj) Return a list of public attributes of an object. lair.utils.dev.public_attrs(obj: object) → list[str][source]# Return a list of public attributes of an object. Parameters: objobjectObject to get the public attributes of. Returns: list[str]List of public attributes.