module documentation

utilities for working with plugins/type stub file

Function get_default_stub_files Undocumented
Function get_default_typeshed_path Undocumented
Function get_plugins_files get all file_path of plugins in plugins directory
Constant PLUGINS_DIR Undocumented
def get_default_stub_files(): (source)

Undocumented

def get_default_typeshed_path(): (source)

Undocumented

def get_plugins_files(): (source)

get all file_path of plugins in plugins directory

PLUGINS_DIR = (source)

Undocumented

Value
pathlib.Path(__file__).parent.parent/'plugins'