Skip to content

Commit

Permalink
Added kwargs in the docstring of run function.
Browse files Browse the repository at this point in the history
  • Loading branch information
amdnsr committed Apr 6, 2021
1 parent fe34212 commit 3ace839
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/MDAnalysis/analysis/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ def run(self, start=None, stop=None, step=None, verbose=None, **kwargs):
number of frames to skip between each analysed frame
verbose : bool, optional
Turn on verbosity
kwargs : keyword arguments, which will be used to access the
underlying functionality in tqdm class, via ProgressBar class,
specifically, to adjust the location of the bar on the screen
"""
logger.info("Choosing frames to analyze")
# if verbose unchanged, use class default
Expand Down

0 comments on commit 3ace839

Please sign in to comment.