Ejemplo n.º 1
0
def onModuleCreated(importString, createConfig):
    global moduleAddInLine
    global moduleOpenInLine
    if createConfig["importOnCreated"] == True:
        moduleAddInLine = importString
    moduleOpenInLine = importString
    module_parser.parseModules(context, onModulePareDone)
Ejemplo n.º 2
0
def onModuleCreated(importString, createConfig):
	global moduleAddInLine
	global moduleOpenInLine
	if createConfig["importOnCreated"] == True:
		moduleAddInLine = importString
	moduleOpenInLine = importString
	module_parser.parseModules(context, onModulePareDone)
Ejemplo n.º 3
0
def initContext():
    global context
    context_helper.initializeContext(context)
    module_parser.parseModules(context, onModulePareDone)
Ejemplo n.º 4
0
def initContext():
	global context
	context_helper.initializeContext(context)
	module_parser.parseModules(context, onModulePareDone)