Delete some works of fiction (#8247)

This commit is contained in:
Alex Waygood
2022-07-06 18:19:18 +01:00
committed by GitHub
parent c39b9e5bd5
commit fffb25201a
3 changed files with 0 additions and 7 deletions

View File

@@ -9,9 +9,6 @@ from typing_extensions import Final, final
error = RuntimeError
def _count() -> int: ...
_dangling: Any
@final
class LockType:
def acquire(self, blocking: bool = ..., timeout: float = ...) -> bool: ...

View File

@@ -202,8 +202,6 @@ def locate(path: str, forceload: bool = ...) -> object: ...
text: TextDoc
html: HTMLDoc
class _OldStyleClass: ...
def resolve(thing: str | object, forceload: bool = ...) -> tuple[object, str] | None: ...
def render_doc(thing: str | object, title: str = ..., forceload: bool = ..., renderer: Doc | None = ...) -> str: ...
def doc(thing: str | object, title: str = ..., forceload: bool = ..., output: SupportsWrite[str] | None = ...) -> None: ...

View File

@@ -65,8 +65,6 @@ __version__: str
FILTER_DIR: Any
class _slotted: ...
class _SentinelObject:
name: Any
def __init__(self, name: Any) -> None: ...