59
56
"""Hooks for MergeDirective classes."""
64
61
"Called with a MergeRequestBodyParams when a body is needed for"
65
62
" a merge request. Callbacks must return a body. If more"
66
63
" than one callback is registered, the output of one callback is"
67
" provided to the next.", (1, 15, 0))
64
" provided to the next.", (1, 15, 0), False))
70
67
class BaseMergeDirective(object):