pyjsdl :: util :: PyjsMode :: Class PyjsMode

Class PyjsMode


Check Pyjs mode used to compile application.
Attributes:
    strict/optimized to specify mode
    getattr_call/eq_call to specify functionality

Instance Methods
 
__init__(self)
 
test_mode(self)
Test if build mode is strict or optimized.
 
test_getattr(self)
Test if object __getattr__ method is called.
 
test_eq(self)
Test if object __eq__ method is called.