View Source Evision.Utils.ClassWithKeywordProperties (Evision v0.2.9)
Summary
Types
@type t() :: %Evision.Utils.ClassWithKeywordProperties{ref: reference()}
Type that represents an Utils.ClassWithKeywordProperties
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
ClassWithKeywordProperties
Keyword Arguments
- lambda_arg:
integer()
. - except_arg:
integer()
.
Return
- self:
ClassWithKeywordProperties
Python prototype (for reference only):
ClassWithKeywordProperties([, lambda_arg[, except_arg]]) -> <utils_ClassWithKeywordProperties object>
@spec classWithKeywordProperties(Keyword.t()) :: any() | {:error, String.t()}
@spec classWithKeywordProperties([except_arg: term(), lambda_arg: term()] | nil) :: t() | {:error, String.t()}
ClassWithKeywordProperties
Keyword Arguments
- lambda_arg:
integer()
. - except_arg:
integer()
.
Return
- self:
ClassWithKeywordProperties
Python prototype (for reference only):
ClassWithKeywordProperties([, lambda_arg[, except_arg]]) -> <utils_ClassWithKeywordProperties object>