mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Fix a few issues with parameter defaults (#9572)
This commit is contained in:
@@ -58,7 +58,7 @@ class Doc:
|
||||
def docproperty(self, object: object, name: str | None = None, *args: Any) -> str: ...
|
||||
@abstractmethod
|
||||
def docdata(self, object: object, name: str | None = None, *args: Any) -> str: ...
|
||||
def getdocloc(self, object: object, basedir: str = "/Users/jelle/.pyenv/versions/3.11.1/lib/python3.11") -> str | None: ...
|
||||
def getdocloc(self, object: object, basedir: str = ...) -> str | None: ...
|
||||
|
||||
class HTMLRepr(Repr):
|
||||
def escape(self, text: str) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user