View Source Pythonx.C.PyErr (Pythonx v0.2.5)

Python Exception

Summary

Functions

Clear the error indicator. If the error indicator is not set, there is no effect.

Types

@type t() :: %Pythonx.C.PyErr{
  traceback: Pythonx.C.PyObject.t() | nil,
  type: Pythonx.C.PyObject.t() | nil,
  value: Pythonx.C.PyObject.t() | nil
}

Functions

@spec clear() :: :ok

Clear the error indicator. If the error indicator is not set, there is no effect.