Example #1
0
def svn_delta_get_cancellation_editor(*args):
  """
    svn_delta_get_cancellation_editor(svn_cancel_func_t cancel_func, svn_delta_editor_t wrapped_editor, void * wrapped_baton, 
        apr_pool_t pool) -> svn_error_t
    """
  return _delta.svn_delta_get_cancellation_editor(*args)
Example #2
0
def svn_delta_get_cancellation_editor(*args):
    """svn_delta_get_cancellation_editor(svn_cancel_func_t cancel_func, svn_delta_editor_t wrapped_editor, void * wrapped_baton, apr_pool_t pool) -> svn_error_t"""
    return _delta.svn_delta_get_cancellation_editor(*args)