Polish doc style

revert-11610-move_hooks
yuyang18 7 years ago
parent e66a725396
commit 760d2305a3

@ -33,8 +33,10 @@ class PSDispatcher(object):
def dispatch(self, varlist): def dispatch(self, varlist):
""" """
:param varlist: a list of Variables Args:
:return: a map of pserver endpoint -> varname varlist(list): a list of Variables
Returns:
a map of pserver endpoint -> varname
""" """
AssertionError("Interface has not been implemented.") AssertionError("Interface has not been implemented.")

Loading…
Cancel
Save