term.fun module

class term.fun.Fun(mod, arity, pid, index, uniq, old_index, old_uniq, free)

Bases: object

Represents a pointer to a function in Erlang, with some variable values captured. Not callable from Python.