module documentation

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) -> bool: (source)

Undocumented

def _register_require_version(node): (source)

Undocumented

_identifier_re: str = (source)

Undocumented

_inspected_modules: dict = (source)

Undocumented

_special_methods = (source)

Undocumented