#cp.spec.Handled

An synchronous/asynchronous test library for Lua.


#API Overview

Functions - API calls offered directly by the extension


#API Documentation

#Functions

Signaturecp.spec.Handled.is(other) -> boolean
TypeFunction
DescriptionChecks if the other is an instance of the Handled class.
Parameters
  • other - An object to check.
Returns
  • A boolean.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/spec/Handled.lua line 9