Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Question to python C API
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Andreas Otto, post: 3839371"] Hi, I have the following question ... I write a custom "*.init" method and expect a variable number or arguments This are my questions: 1. I need something like a for loop to analyse this arguments For now I try the "PyArg_ParseTupleAndKeywords" but i missing somehing like an Object-Array return value as "format" .... 2. can i combine variable args with keywords ? because it will fit into my spec to use both together 3. I want to retrieve a bool object as int value, where is a format "O" and "O!" for a type object .... HOWTO put the type into the function from above mfg Andreas Otto [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Question to python C API
Top