class documentation

class StubSource: (source)

View In Hierarchy

A single source for stub: can be a Python or C module. A simple extension of BuildSource that also carries the AST and the value of __all__ detected at runtime.

Method __init__ Undocumented
Instance Variable ast Undocumented
Instance Variable runtime_all Undocumented
Instance Variable source Undocumented
Property module Undocumented
Property path Undocumented
def __init__(self, module: str, path: str|None = None, runtime_all: list[str]|None = None): (source)

Undocumented

Undocumented

runtime_all = (source)

Undocumented

Undocumented

Undocumented

Undocumented