TokenType
Overview
TokenType is a class in Aspose.3D FOSS for Python.
TokenType.to_string(t) returns the textual representation of a token such as OPEN_BRACKET or DATA.
This class declares 1 method for 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
| Signature | Description |
|---|---|
to_string(t) | Returns the textual representation of a token such as OPEN_BRACKET or DATA |