How to find the number of parameters to a Python function from C?

后端 未结 3 434
没有蜡笔的小新
没有蜡笔的小新 2021-01-20 05:13

I\'m using the Python C API to call Python functions from my application. I\'d like to present a list of functions that could be called and would like to be able to limit th

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-20 05:40

    Maybe this is helpful? (not tested, there could be relevant pieces of information along this thread)...

提交回复
热议问题