class documentation

class DocstringSignatureGenerator(SignatureGenerator): (source)

View In Hierarchy

Undocumented

Method get_function_sig Undocumented
Method get_method_sig Undocumented
def get_function_sig(self, func: object, module_name: str, name: str) -> list[FunctionSig]|None: (source)
def get_method_sig(self, func: object, module_name: str, class_name: str, name: str, self_var: str) -> list[FunctionSig]|None: (source)