mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Add missing attributes to Markdown stub (#4707)
This commit is contained in:
5
third_party/2and3/markdown/core.pyi
vendored
5
third_party/2and3/markdown/core.pyi
vendored
@@ -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