mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Stdlib: add container default values (#9909)
This commit is contained in:
@@ -108,9 +108,9 @@ class ServerHTMLDoc(pydoc.HTMLDoc): # undocumented
|
||||
object: object,
|
||||
name: str,
|
||||
mod: str | None = None,
|
||||
funcs: Mapping[str, str] = ...,
|
||||
classes: Mapping[str, str] = ...,
|
||||
methods: Mapping[str, str] = ...,
|
||||
funcs: Mapping[str, str] = {},
|
||||
classes: Mapping[str, str] = {},
|
||||
methods: Mapping[str, str] = {},
|
||||
cl: type | None = None,
|
||||
) -> str: ...
|
||||
def docserver(self, server_name: str, package_documentation: str, methods: dict[str, str]) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user