Skip to main content

GetGlobal

Returns the global object for the current context.

note

This method is not available for JS.

Syntax

def GetGlobal(self) -> CDocBuilderValue

Parameters

This method has no parameters.

Example

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