Skip to content

Commit

Permalink
DOC: add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jethornton committed Feb 24, 2019
1 parent ded7bbd commit 3a14809
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qtpyvcp/actions/program_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ def addToRecents(fname):
def run(start_line=0):
"""Runs the loaded program, optionally starting from a specific line.
ActionButton syntax::
program.run
program.run?line=n
Args:
start_line (int, optional) : The line to start program from. Defaults to 0.
"""
Expand Down

0 comments on commit 3a14809

Please # to comment.