module documentation
(source)

Astroid hooks for the Python 2 GObject introspection bindings.

Helps with understanding everything imported from 'gi.repository'

Function _gi​_build​_stub Inspect the passed module recursively and build stubs for functions, classes, etc.
Function _import​_gi​_module Undocumented
Function _looks​_like​_require​_version Undocumented
Function _register​_require​_version Undocumented
Variable _identifier​_re Undocumented
Variable _inspected​_modules Undocumented
Variable _special​_methods Undocumented
def _gi_build_stub(parent): (source)
Inspect the passed module recursively and build stubs for functions, classes, etc.
def _import_gi_module(modname): (source)

Undocumented

def _looks_like_require_version(node): (source)

Undocumented

def _register_require_version(node): (source)

Undocumented

_identifier_re: str = (source)

Undocumented

_inspected_modules: dict = (source)

Undocumented

_special_methods = (source)

Undocumented