Module stubs

Source

Functionsยง

add_module_stub_files ๐Ÿ”’
argument_stub ๐Ÿ”’
class_stubs ๐Ÿ”’
function_stubs ๐Ÿ”’
module_stub_files
Generates the type stubs of a given module. It returns a map between the file name and the file content. The root module stubs will be in the __init__.pyi file and the submodules directory in files with a relevant name.
module_stubs ๐Ÿ”’
Generates the module stubs to a String, not including submodules
variable_length_argument_stub ๐Ÿ”’
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here