March 2002
Intermediate to advanced
528 pages
21h 29m
English
is_subclass_of
bool is_subclass_of(objectobject, stringclass)
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.