mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-27 17:11:27 +08:00
Add missing attributes to Markdown stub (#4707)
This commit is contained in:
Vendored
+5
@@ -2,8 +2,13 @@ from typing import Any, BinaryIO, Mapping, Optional, Sequence, Text, TextIO, Uni
|
||||
from typing_extensions import Literal
|
||||
|
||||
from .extensions import Extension
|
||||
from .util import Registry
|
||||
|
||||
class Markdown:
|
||||
preprocessors: Registry
|
||||
inlinePatterns: Registry
|
||||
treeprocessors: Registry
|
||||
postprocessors: Registry
|
||||
def __init__(
|
||||
self,
|
||||
*,
|
||||
|
||||
Reference in New Issue
Block a user