View Source Pythonx.Object (Pythonx v0.4.4)
A struct holding a Python object.
This is an opaque struct used to pass Python objects around in Elixir code.
Summary
Types
@type t() :: %Pythonx.Object{resource: reference()}
A struct holding a Python object.
This is an opaque struct used to pass Python objects around in Elixir code.
@type t() :: %Pythonx.Object{resource: reference()}