get_concept_by_name method

get_concept_by_name(concept_name)

Gets the concept which has the specified name.

Returns

The concept.

def get_concept_by_name(self, concept_name):
    ...
ParameterTypeDescription
concept_namestrConcept name.

See Also