PCART  v1.4
Automated Repair of Python API Parameter Compatibility Issues
Classes | Namespaces
extractDef.py File Reference

Go to the source code of this file.

Classes

class  AssignVisitor
 Get all assign nodes from a lib source file 源码Assign节点遍历器 More...
 
class  Def2format
 Get prefix and relative path of a source file 获取源码文件路径前缀和相对路径 More...
 
class  FromImport
 From import statement node visitor From import语句节点遍历器 More...
 
class  FunctionDefVisitor
 Function definition node visitor 函数定义节点遍历器 More...
 

Namespaces

 extractDef
 Provide some class definitions for extracting lib API definitions from lib source files.