# cp.spec.Handled

An synchronous/asynchronous test library for Lua.


# API Overview

Functions - API calls offered directly by the extension

  • is

# API Documentation

# Functions

# is

Signature cp.spec.Handled.is(other) -> boolean
Type Function
Description Checks if the other is an instance of the Handled class.
Parameters
  • other - An object to check.
Returns
  • A boolean.
Notes None
Examples None
Source src/extensions/cp/spec/Handled.lua line 9