February 2013
Intermediate to advanced
538 pages
20h 55m
English
is_subclass_of
bool is_subclass_of(objectobject, stringclass[, boolallow_string])
Returns true if
object is an instance of the class
class or is an instance of a subclass of
class. If not, the function returns
false. If the
allow_string parameter is set to false, class “as
object” is not allowed.
Read now
Unlock full access