[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: API documentation wanted (for Python in particular)

From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2006-03-11 16:59:26 CET

On Fri, 2006-03-10 at 17:34 -0500, Paul Koning wrote:
>
> Unfortunately, I want to do it in Python. And I can't find any
> information at all about that. It looks like I have to create a
> client_ctx object and put a log_msg_func2 into that, which means I
> have to create that function. But what is the function signature in
> Python? That's where I lost it before, and I still see no answer.

The python API is simply a wrapping of the C one.

Thus, the docs are the same, as are the signatures.

However you'd do it in C is usually exactly how you'd do it in python.

>>> from svn import *
>>> newctx = client.svn_client_ctx_t()

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 11 17:00:05 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.