Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Commit

Permalink
added more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cglewis committed Sep 12, 2013
1 parent d2eb64c commit 6ec1fde
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hemlock/hemlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,16 @@ def print_help(self, action):
sys.exit()

def process_args(self, debug, args):
"""
Processes arguments by directing the supplied action to the
proper function and ensure that all required fields are present.
:param debug: instance of
:class:`~hemlock.clients.hemlock_debugger.Hemlock_Debugger`
:param args: list of supplied arguments
:return: returns a dictionary of argument key/values and the API
action
"""
var_d = {}

arg_actions = {
Expand Down

0 comments on commit 6ec1fde

Please sign in to comment.