Token

Overview

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

Token.type indicates the token’s classification as an integer code.

Properties

NameTypeAccessDescription
value``ReadStores the numeric value associated with the token
text``ReadStores the textual representation of the token
typeintReadStores an integer indicating the token’s classification or type
_value``Read
_type``Read

Methods

SignatureDescription
__init__(value, token_type: int)

See Also