Token
Overview
Token is a class in Aspose.3D FOSS for Python.
Token.type indicates the token’s classification as an integer code.
This class provides 1 method for working with Token objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: column, line, text, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | str | Read | Gets the text. |
type | int | Read | Gets the type. |
line | int | Read | Gets the line. |
column | int | Read | Gets the column. |
Methods
| Signature | Description |
|---|---|
__init__(text: str, token_type: int, line: int, column: int) | Calls init on this Token instance. |