Remove docutils.nodes.reference, which has no resemblance to the implementation (#5235)

This commit is contained in:
Sebastian Rittau
2021-04-20 14:59:39 +02:00
committed by GitHub
parent a690a14c82
commit f527e96dc3

View File

@@ -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