Where is the _ui module and can i view it?
-
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
-
@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')
-
I think its just a wrapper of UiKit
-
thanks @cvp & @ellie_ff1493.