isPPInstance(instance: Function);
instance. Class instance.
The isPPInstance method checks if the object is a class instance initialized with the PP.initClass method.
This method returns True if the specified object is a class instance initialized with the PP.initClass method, and False if otherwise.
The example of use is given in the with description of the PP.create method.
See also: