View Source Evision.Utils.Nested.OriginalClassName (Evision v0.1.10)

Link to this section Summary

Types

t()

Type that represents an Evision.Utils.Nested.OriginalClassName struct.

Functions

Keyword Arguments
Return

Python prototype (for reference):

Keyword Arguments
Return

Python prototype (for reference):

Return
  • retval: float

Python prototype (for reference):

Return
  • retval: int

Python prototype (for reference):

Return

Python prototype (for reference):

Link to this section Types

@type t() :: %Evision.Utils.Nested.OriginalClassName{ref: reference()}

Type that represents an Evision.Utils.Nested.OriginalClassName struct.

  • ref. reference()

    The underlying erlang resource variable.

Link to this section Functions

@spec create() :: t() | {:error, String.t()}
Keyword Arguments
Return

Python prototype (for reference):

create([, params]) -> retval
@spec create([{atom(), term()}, ...] | nil) :: t() | {:error, String.t()}
Keyword Arguments
Return

Python prototype (for reference):

create([, params]) -> retval
@spec getFloatParam(t()) :: number() | {:error, String.t()}
Return
  • retval: float

Python prototype (for reference):

getFloatParam() -> retval
@spec getIntParam(t()) :: integer() | {:error, String.t()}
Return
  • retval: int

Python prototype (for reference):

getIntParam() -> retval
@spec originalName() :: binary() | {:error, String.t()}
Return

Python prototype (for reference):

originalName() -> retval