mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add annotations to docutils.parsers.rst.directives.parts (#11667)
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
from _typeshed import Incomplete
|
||||
from collections.abc import Sequence
|
||||
|
||||
def __getattr__(name: str) -> Incomplete: ...
|
||||
from docutils.parsers.rst import Directive
|
||||
|
||||
class Contents(Directive):
|
||||
backlinks_values: Sequence[str]
|
||||
|
||||
class Sectnum(Directive): ...
|
||||
class Header(Directive): ...
|
||||
class Footer(Directive): ...
|
||||
|
||||
Reference in New Issue
Block a user