.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: completer .. class:: alert alert-info pull-top .. contents:: *Module:* `completer.py `_ API ======================================================================================== No description. *Imports:* ------------ - `sys `_ - `types `_ - `ninja_ide.tools.logger.NinjaLogger `_ - `__future__.absolute_import `_ *Global Attributes:* ---------------------- - `_HELPOUT [at ln:32] `_ - `_STDOUT [at ln:33] `_ - `logger [at ln:30] `_ ---- *Global Functions:* --------------------- *Function:* `_find_constructor(class_ob) [at ln:157] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _find_constructor(class_ob): No description. ---- *Function:* `_import_modules(imports, dglobals) [at ln:103] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _import_modules(imports, dglobals): | If given, execute import statements ---- *Function:* `_load_symbol(s, dglobals, dlocals) [at ln:77] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _load_symbol(s, dglobals, dlocals): No description. ---- *Function:* `get_all_completions(s, imports=None) [at ln:115] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def get_all_completions(s, imports=None): | Return contextual completion of s (string of >= zero chars) ---- *Function:* `get_completions_per_type(object_dir) [at ln:36] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def get_completions_per_type(object_dir): | Return info about function parameters