Forum Archive

Where is the _ui module and can i view it?

m_doyle04

Hi All,

When we import the (pure python) ui module there is another module it depends on/imports - the _ui module...Is there anywhere I can view the source code for this?

Cheers

cvp

@m_doyle04 I think it is a builtin of Pythonista, written in c, thus not visible, but I'm not a specialist, I could be erroneous

Edit: try in command mode

help('_ui')
ellie_ff1493

I think its just a wrapper of UiKit

m_doyle04

thanks @cvp & @ellie_ff1493.