FOSSology  4.5.1
Open Source License Compliance by Open Source Software
FoScanner.Scanners.ScanResultList Class Reference
Inheritance diagram for FoScanner.Scanners.ScanResultList:
Inheritance graph
Collaboration diagram for FoScanner.Scanners.ScanResultList:
Collaboration graph

Public Member Functions

def __init__ (self, str file, str path, List[dict] result)
 
- Public Member Functions inherited from FoScanner.Scanners.ScanResult
def __init__ (self, str file, str path, Set[str] result)
 

Public Attributes

 file
 
 path
 
 result
 
- Public Attributes inherited from FoScanner.Scanners.ScanResult
 file
 
 path
 
 result
 

Static Public Attributes

 str
 
- Static Public Attributes inherited from FoScanner.Scanners.ScanResult
 str
 

Detailed Description

Store scan results from agents with result as a list of dictionaries.

:ivar file: File location
:ivar path: Actual location of file
:ivar result: License list for file as a list of dictionaries

Definition at line 35 of file Scanners.py.


The documentation for this class was generated from the following file: