Token
Overview
Token 是Python的Aspose.3D FOSS中的一个类.
Token.type indicates the token’s classification as an integer code.
这个类提供了一个方法,用于在Python程序中使用Token对象. 有的方法包括: __init__. 在安装Python包的Aspose.3D FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: column, line, text, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | str | Read | 得到了短信. |
type | int | Read | 得到了类型. |
line | int | Read | 得到了线. |
column | int | Read | 得到了专. |
Methods
| Signature | Description |
|---|---|
__init__(text: str, token_type: int, line: int, column: int) | Calls 开始 在这个标记实例上. |