TokenType

Overview

TokenType is a class in Aspose.3D FOSS for Python.

TokenType.to_string(t) returns the name of the token type t as a string.

This class provides 1 method for working with TokenType objects in Python programs. Available methods include: to_string. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.

Methods

SignatureDescription
to_string(t)Returns the name of the token type t as a string

See Also