mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 14:01:55 +08:00
8 lines
171 B
Python
8 lines
171 B
Python
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
|