API list container for converting string definitions to API objects API列表容器,将字符串形式的API定义转换为API对象
More...
|
| def | __init__ (self) |
| | Initialize the API object list 初始化API对象列表 More...
|
| |
| def | toAPIObj (self, version, APIStringLst) |
| | Convert API string definitions to API objects 将API字符串定义转换为API对象 More...
|
| |
API list container for converting string definitions to API objects API列表容器,将字符串形式的API定义转换为API对象
Definition at line 131 of file LibApi.py.
◆ __init__()
Initialize the API object list 初始化API对象列表
Definition at line 134 of file LibApi.py.
◆ toAPIObj()
| def toAPIObj |
( |
|
self, |
|
|
|
version, |
|
|
|
APIStringLst |
|
) |
| |
Convert API string definitions to API objects 将API字符串定义转换为API对象
- Parameters
-
| version | The library version |
| APIStringLst | List of API definition strings |
- Returns
- None. Parsed Api objects are appended to self.objLst
Definition at line 143 of file LibApi.py.
◆ objLst
The documentation for this class was generated from the following file: