get_context_by_id method

get_context_by_id(id)

Gets the context which has the specified id.

Returns

The context.

def get_context_by_id(self, id):
    ...
ParameterTypeDescription
idstrContext id

See Also