Token
Overview
Token is a class in Aspose.3D FOSS for Python.
Token.type indicates the token’s classification as an integer code.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
value | `` | Read | Stores the numeric value associated with the token |
text | `` | Read | Stores the textual representation of the token |
type | int | Read | Stores an integer indicating the token’s classification or type |
_value | `` | Read | |
_type | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(value, token_type: int) |