term.atom module

class term.atom.Atom(text: str) → None

Bases: object

Stores a string decoded from Erlang atom. Encodes back to atom. Can serve as a Python dictionary key.

equals(other) → bool
text_ = None

Atom's text representation, supports unicode