Statistics calculated from Cache object
Definition at line 130 of file dlldep.py.
◆ __init__()
def dlldep.Stats.__init__ |
( |
|
self, |
|
|
|
lib, |
|
|
|
cache |
|
) |
| |
Definition at line 133 of file dlldep.py.
135 self.depTotal = len(cache.myfiles)-1
138 for lib
in cache.myfiles.values():
139 if lib.distance==1: self.depDirect += 1
◆ depDirect
◆ depTotal
◆ lib
The documentation for this class was generated from the following file: