Package epydoc :: Module docbuilder :: Class _ProgressEstimator
[hide private]
[frames] | no frames]

Class _ProgressEstimator

source code

Used to keep track of progress when generating the initial docs for the given items. (It is not known in advance how many items a package directory will contain, since it might depend on those packages' __path__ values.)

Instance Methods [hide private]
 
__init__(self, items) source code
call graph 
 
progress(self) source code
call graph 
 
revise_estimate(self, pkg_item, modules, subpackages) source code
call graph 
 
_est_pkg_modules(self, package_dir) source code
call graph