def _mytask(): six.print_("woo!")
def mytask(text, boolean=False, number=5): six.print_(text)
def _mytask(ctx): six.print_("woo!")