get_concept_by_id method

get_concept_by_id(concept_id)

Gets the concept which has the specified id.

Returns

The concept.

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

See Also