Versions in this module Expand all Collapse all v1 v1.9.11 Mar 16, 2022 Changes in this version + func ProcessPythonString(code string) *parser.PythonParser + type PythonIdentApp struct + func (p *PythonIdentApp) Analysis(code string, fileName string) core_domain.CodeContainer + func (p *PythonIdentApp) AnalysisPackageManager(path string) core_domain.CodePackageInfo + func (p *PythonIdentApp) IdentAnalysis(s string, file string) []core_domain.CodeMember + func (p *PythonIdentApp) SetExtensions(extension interface{})