Usage APIPythonCDocBuilderGetContextOn this pageGetContext Returns the current JS context. Please note, that for the .docbuilder file the CDocBuilder.GetContext method is not used. Syntax def GetContext(self); Example Python import docbuilderbuilder = docbuilder.CDocBuilder()context = builder.GetContext()