mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add json.scanner.NUMBER_RE (#13405)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
from _json import make_scanner as make_scanner
|
||||
from re import Pattern
|
||||
from typing import Final
|
||||
|
||||
__all__ = ["make_scanner"]
|
||||
|
||||
NUMBER_RE: Final[Pattern[str]] # undocumented
|
||||
|
||||
Reference in New Issue
Block a user