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)
  progress(self)
  revise_estimate(self, pkg_item, modules, subpackages)
  _est_pkg_modules(self, package_dir)

Method Details [hide private]

__init__(self, items)
(Constructor)

source code 

progress(self)

source code 

revise_estimate(self, pkg_item, modules, subpackages)

source code 

_est_pkg_modules(self, package_dir)

source code