PCART  v1.4
Automated Repair of Python API Parameter Compatibility Issues
Functions
extractLibAPI Namespace Reference

Functions

def getLibAPI (version, libName, sourceCodePath)
 Extract API definitions for a given library version 抽取给定库版本的API定义 More...
 
def main ()
 Main function of extracting lib API definitions 抽取库API定义主函数 More...
 

Function Documentation

◆ getLibAPI()

def extractLibAPI.getLibAPI (   version,
  libName,
  sourceCodePath 
)

Extract API definitions for a given library version 抽取给定库版本的API定义

Parameters
versionA specific library version
libNameThe configured public library name
sourceCodePathThe source code path of the library

Definition at line 25 of file extractLibAPI.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

def extractLibAPI.main ( )

Main function of extracting lib API definitions 抽取库API定义主函数

Definition at line 32 of file extractLibAPI.py.

Here is the call graph for this function: