Python C/API - *arg,**kwds variable argumnents

mdcb808 at gmail.com mdcb808 at gmail.com
Wed Dec 14 12:00:01 EST 2005


essentially I already use PyArg_ParseTupleAndKeywords, but that seems
to emulate fixed arg list definitions like - 
   func (x,y,t=0,u=1)




More information about the Python-list mailing list