from aqt import mw
It is from an anki(a program make in python) add-on source code, where can I find the mw file? I found folder /usr/share/anki/aqt, but I didn't find mw folder or mw.py file, where else could it be? Or is there method to display its path?


mwcould be an entity (eg an object, function or constant) defined in theaqtmodule. Is there anaqt.pyoraqt.pycfile?