GetContext
def GetContext(self)
Description
Returns the current JS context.
Please note, that for the
.docbuilder
file theCDocBuilder.GetContext
method is not used.
Example
Python
builder = docbuilder.CDocBuilder()
context = builder.GetContext()
def GetContext(self)
Returns the current JS context.
Please note, that for the
.docbuilder
file theCDocBuilder.GetContext
method is not used.
builder = docbuilder.CDocBuilder()
context = builder.GetContext()