1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
wn.util
=======
.. automodule:: wn.util
.. autofunction:: synset_id_formatter
.. autoclass:: ProgressHandler
:members:
.. attribute:: kwargs
A dictionary storing the updateable parameters for the progress
handler. The keys are:
- ``message`` (:class:`str`) -- a generic message or name
- ``count`` (:class:`int`) -- the current progress counter
- ``total`` (:class:`int`) -- the expected final value of the counter
- ``unit`` (:class:`str`) -- the unit of measurement
- ``status`` (:class:`str`) -- the current status of the process
.. autoclass:: ProgressBar
:members:
|