API Reference
PythonCallHelpers.@pyimmutable — Macro@pyimmutable type [supertype] [field]Construct an immutable wrapper for a Python object, with a supertype and a default fieldname.
PythonCallHelpers.@pymutable — Macro@pymutable type [supertype] [field]Construct an mutable wrapper for a Python object, with a supertype and a default fieldname.
PythonCallHelpers.@pycallable — Macro@pycallable typeMake an existing type callable.