mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 04:52:23 +08:00
Update pydoc for 3.12 (#10467)
This commit is contained in:
@@ -61,6 +61,7 @@ class Doc:
|
||||
def getdocloc(self, object: object, basedir: str = ...) -> str | None: ...
|
||||
|
||||
class HTMLRepr(Repr):
|
||||
def __init__(self) -> None: ...
|
||||
def escape(self, text: str) -> str: ...
|
||||
def repr(self, object: object) -> str: ...
|
||||
def repr1(self, x: object, level: complex) -> str: ...
|
||||
@@ -148,6 +149,7 @@ class HTMLDoc(Doc):
|
||||
def filelink(self, url: str, path: str) -> str: ...
|
||||
|
||||
class TextRepr(Repr):
|
||||
def __init__(self) -> None: ...
|
||||
def repr1(self, x: object, level: complex) -> str: ...
|
||||
def repr_string(self, x: str, level: complex) -> str: ...
|
||||
def repr_str(self, x: str, level: complex) -> str: ...
|
||||
|
||||
@@ -72,8 +72,6 @@ poplib.POP3_SSL.__init__
|
||||
posixpath.__all__
|
||||
posixpath.isjunction
|
||||
posixpath.splitroot
|
||||
pydoc.HTMLRepr.__init__
|
||||
pydoc.TextRepr.__init__
|
||||
smtplib.SMTP.starttls
|
||||
smtplib.SMTP_SSL.__init__
|
||||
sqlite3.Connection.autocommit
|
||||
|
||||
Reference in New Issue
Block a user