## page was renamed from irlcompleter http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/496812 這是 [[timchen119]] 寫來用來方便使用 Python Interpreter 的小模組, 在 Python Interpreter 執行時可加入關鍵字自動完成的功能 並且仍可同時使用 tab 鍵縮排. 安裝之後叫出 Python interpreter 並 import irlcompleter 模組後就會自動判斷使用者需要縮排或是自動完成, 如此就可同時使用 Tab 鍵進行縮排跟自動完成的功能. ---- CategoryCookbook