get_concept_by_id method

get_concept_by_id(concept_id)

Gets the context which has the specified id.

Returns

The context.

def get_concept_by_id(self, concept_id):
    ...
ParameterTypeDescription
concept_idstrContext id

See Also