<div dir="ltr">

<p class="gmail-MsoPlainText"><span>Hi,</span></p><p class="gmail-MsoPlainText"><span></span><span></span>I’ve
implemented a simple Python aware editor using QScintilla. <br></p><p class="gmail-MsoPlainText">I notice auto-complete (naturally) only works for
only the python functions that QScintilla ‘has encountered’ in the current editor session.</p><p class="gmail-MsoPlainText">
I wanted to teach it about all the functions in a particular (loaded) Python module. Obviously this will require calling into the Python API to get the information from the module but it seems like this must have been done before!</p><p class="gmail-MsoPlainText"><br></p><p class="gmail-MsoPlainText">Thanks</p><p class="gmail-MsoPlainText">ANdrew<br></p>

</div>