get_concept_by_uri_and_name method

get_concept_by_uri_and_name(concept_uri, concept_name)

Gets the concept which has the specified uri and name.

Returns

The concept.

def get_concept_by_uri_and_name(self, concept_uri, concept_name):
    ...
ParameterTypeDescription
concept_uristrConcept Uri.
concept_namestrConcept name.

See Also