mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
yaml: Add __version__ attribute (#2636)
This commit is contained in:
committed by
Jelle Zijlstra
parent
1857435e6f
commit
25c5f3cace
1
third_party/2and3/yaml/__init__.pyi
vendored
1
third_party/2and3/yaml/__init__.pyi
vendored
@@ -9,6 +9,7 @@ from . import resolver # Help mypy a bit; this is implied by loader and dumper
|
||||
from .cyaml import *
|
||||
|
||||
__with_libyaml__ = ... # type: Any
|
||||
__version__ = ... # type: str
|
||||
|
||||
def scan(stream, Loader=...): ...
|
||||
def parse(stream, Loader=...): ...
|
||||
|
||||
Reference in New Issue
Block a user