Documentation
¶
Index ¶
- type PythonInspector
- func (p *PythonInspector) DeepScan(pcx *process.ProcessContext) (common.ProgrammingLanguage, bool)
- func (p *PythonInspector) GetRuntimeVersion(proc *process.ProcessContext, containerURL string) string
- func (p *PythonInspector) QuickScan(pcx *process.ProcessContext) (common.ProgrammingLanguage, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PythonInspector ¶
type PythonInspector struct{}
func (*PythonInspector) DeepScan ¶ added in v1.0.165
func (p *PythonInspector) DeepScan(pcx *process.ProcessContext) (common.ProgrammingLanguage, bool)
func (*PythonInspector) GetRuntimeVersion ¶ added in v1.0.97
func (p *PythonInspector) GetRuntimeVersion(proc *process.ProcessContext, containerURL string) string
func (*PythonInspector) QuickScan ¶ added in v1.0.165
func (p *PythonInspector) QuickScan(pcx *process.ProcessContext) (common.ProgrammingLanguage, bool)
Click to show internal directories.
Click to hide internal directories.