Beispiel #1
0
def svn_txdelta_apply_instructions(window, sbuf, tbuf):
    """svn_txdelta_apply_instructions(svn_txdelta_window_t window, char const * sbuf, char * tbuf)"""
    return _delta.svn_txdelta_apply_instructions(window, sbuf, tbuf)
Beispiel #2
0
def svn_txdelta_apply_instructions(*args):
  """svn_txdelta_apply_instructions(svn_txdelta_window_t window, char const * sbuf, char * tbuf)"""
  return _delta.svn_txdelta_apply_instructions(*args)
Beispiel #3
0
def svn_txdelta_apply_instructions(*args):
    """svn_txdelta_apply_instructions(svn_txdelta_window_t window, char sbuf, char tbuf)"""
    return _delta.svn_txdelta_apply_instructions(*args)