bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] python gnubg.match question


From: Joseph Heled
Subject: Re: [Bug-gnubg] python gnubg.match question
Date: Sun, 31 Aug 2003 15:56:21 +1200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

I know the doc is still incomplete, but this is in the documentation:

@item match([analysis=1/0, boards=1/0, statistics=0/1, verbose=0/1])

@item statistics
When 1, include game statistics. Default is 0.

So, to get game statistics, you should use

m = gnubg.match(statistics=1)

I did not implement match statistics.

-Joseph

Martin Janke wrote:
Hi,

I had I first look at the python funtion gnubg.match() and I really like
it. It provides a lot of possibilities to easily extract the data I'm
interested in.

I didn't find information regarding "match statistics" and "game
statistics" though. Is this not part of the function (yet)?


/Martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]