OpenGLContext.testingcontext
index
p:\openglcontext\testingcontext.py

Functions for acquiring and instantiating available testing contexts
 
Testing modules can use these abstract functions to allow for
automatic adaptation to new interactive contexts.  You should
not use this module for real world applications, as it is
unlikely that nontrivial code will be completely stable across
all interactive context classes.

 
Modules
            
string
traceback
 
Functions
            
getInteractive(preferenceList=None)
Retrieve the preferred testing context:
returns BaseContext (a class) and a MainFunction which starts the GUI event loop
 
Data
             PREFERENCELIST = ('wx',)