mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
add json.scanner module (#13084)
This commit is contained in:
3
stdlib/json/scanner.pyi
Normal file
3
stdlib/json/scanner.pyi
Normal file
@@ -0,0 +1,3 @@
|
||||
from _json import make_scanner as make_scanner
|
||||
|
||||
__all__ = ["make_scanner"]
|
||||
Reference in New Issue
Block a user