Py_BuildValue

Christian Tismer tismer at tismer.com
Thu Apr 27 13:23:57 EDT 2000


Pete wrote:
> 
> Does anyone know where Py_BuildValue lives,  or what arguments it takes?

Yes. I know. :-)

ciao - chris

p.s.:
It is in Python/modsupport.c, line 384.
It uses a format string and a variable number or arguments.
For the description of its usage, see chapter 1.9 of
"Extending and Embedding the Python Interpreter".
This document is part of the standard distribution.

again ciao - chris

-- 
Christian Tismer             :^)   <mailto:tismer at appliedbiometrics.com>
Applied Biometrics GmbH      :     Have a break! Take a ride on Python's
Kaunstr. 26                  :    *Starship* http://starship.python.net
14163 Berlin                 :     PGP key -> http://wwwkeys.pgp.net
PGP Fingerprint       E182 71C7 1A9D 66E9 9D15  D3CC D4D7 93E2 1FAE F6DF
     where do you want to jump today?   http://www.stackless.com




More information about the Python-list mailing list