GetContext

def GetContext(self);

Returns the current JS context.

Please note, that for the .docbuilder file the CDocBuilder.GetContext method is not used.

Example

Python

builder = docbuilder.CDocBuilder()
context = builder.GetContext()