-
Notifications
You must be signed in to change notification settings - Fork 0
DOC: initialize.py
Rujak Ironhammer edited this page May 29, 2015
·
2 revisions
- validate(): * Attempts to import validator module. Otherwise imports setup module. * Possibly change to import specific classes rather than entire file. * Needs to end script if all attempts fail.
- __init__(self): * Imports splash module and activates the splash system.
- root(self): * Returns the root of the splash module.
- destroySplash(self): * Calls the splash instance's destroy() function.