Documentation ¶
Index ¶
- func ProcessPythonString(code string) *parser.PythonParser
- type PythonIdentApp
- 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{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessPythonString ¶
func ProcessPythonString(code string) *parser.PythonParser
Types ¶
type PythonIdentApp ¶
type PythonIdentApp struct { }
func (*PythonIdentApp) Analysis ¶
func (p *PythonIdentApp) Analysis(code string, fileName string) core_domain.CodeContainer
func (*PythonIdentApp) AnalysisPackageManager ¶
func (p *PythonIdentApp) AnalysisPackageManager(path string) core_domain.CodePackageInfo
func (*PythonIdentApp) IdentAnalysis ¶
func (p *PythonIdentApp) IdentAnalysis(s string, file string) []core_domain.CodeMember
func (*PythonIdentApp) SetExtensions ¶
func (p *PythonIdentApp) SetExtensions(extension interface{})
Click to show internal directories.
Click to hide internal directories.