calling Objective C functions from Python?

前端 未结 4 1717
刺人心
刺人心 2020-12-14 04:19

Is there a way to dynamically call an Objective C function from Python?

For example, On the mac I would like to call this Objective C function

[NSSpe         


        
4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-14 05:15

    You probably want PyObjC. That said, I've never actually used it myself (I've only ever seen demos), so I'm not certain that it will do what you need.

提交回复
热议问题