Package pyjsdl :: Module util

Module util

Classes
  Timer
Simple profiling timer. Output log can be directed to 'console' or to 'textarea'. If output is to textarea, may specify log length.
  PyjsMode
Check Pyjs mode used to compile application.
Functions
 
call(obj, func, args=())
Call unbound method. Argument obj is the object, func is the unbound method, and optional args is a tuple of arguments for the method. Returns the method's return value.