LanguageTypeValues#

class omni.graph.tools.ogn.LanguageTypeValues#

Bases: object

Holder for the set of values that define a language specification

Methods

key_from_text(language)

Gets the language name in a canonical form, or raises ValueError if it is not a recognized language

Attributes

ALL

CPP

PYTHON

__init__()#
static key_from_text(language: str) str#

Gets the language name in a canonical form, or raises ValueError if it is not a recognized language