PyDictObject to NSDictionary

Kevin Walzer kw at codebykevin.com
Fri Feb 3 08:18:49 EST 2017


On 2/2/17 6:30 PM, Charles Heizer wrote:
> Hello,
> I'm embedding python in to my Objective-C app and I need to know how do I convert a PyDictObject (PyObject) to a NSDictionary?
>
> Thanks!
>
Does the PyObjC library provide any support for this? It allows 
integration between the Cocoa API's and Python.

--Kevin

-- 
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com



More information about the Python-list mailing list