PCART  v1.4
Automated Repair of Python API Parameter Compatibility Issues
Public Member Functions | Public Attributes | List of all members
APIOBJ Class Reference

API list container for converting string definitions to API objects API列表容器,将字符串形式的API定义转换为API对象 More...

Public Member Functions

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...
 

Public Attributes

 objLst
 

Detailed Description

API list container for converting string definitions to API objects API列表容器,将字符串形式的API定义转换为API对象

Definition at line 131 of file LibApi.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)

Initialize the API object list 初始化API对象列表

Definition at line 134 of file LibApi.py.

Member Function Documentation

◆ toAPIObj()

def toAPIObj (   self,
  version,
  APIStringLst 
)

Convert API string definitions to API objects 将API字符串定义转换为API对象

Parameters
versionThe library version
APIStringLstList of API definition strings
Returns
None. Parsed Api objects are appended to self.objLst

Definition at line 143 of file LibApi.py.

Here is the call graph for this function:

Member Data Documentation

◆ objLst

objLst

Definition at line 135 of file LibApi.py.


The documentation for this class was generated from the following file: