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