m_doyle04
Oct 22, 2018 - 10:50
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
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.