mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
add type stubs for 'docutils.parsers.rst.directives.references' (#12442)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from _typeshed import Incomplete
|
||||
from docutils.parsers.rst import Directive
|
||||
|
||||
def __getattr__(name: str) -> Incomplete: ...
|
||||
class TargetNotes(Directive): ...
|
||||
|
||||
Reference in New Issue
Block a user