mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Remove docutils.nodes.reference, which has no resemblance to the implementation (#5235)
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
from typing import Any, List
|
||||
|
||||
class reference:
|
||||
def __init__(self, rawsource: str = ..., text: str = ..., *children: List[Any], **attributes: Any) -> None: ...
|
||||
from typing import Any
|
||||
|
||||
def __getattr__(name: str) -> Any: ... # incomplete
|
||||
|
||||
Reference in New Issue
Block a user