mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[stdlib] Mark constants as Final (#14577)
This commit is contained in:
@@ -3,10 +3,11 @@ import sys
|
||||
from _typeshed import StrOrBytesPath
|
||||
from collections.abc import Iterable, Sequence
|
||||
from types import SimpleNamespace
|
||||
from typing import Final
|
||||
|
||||
logger: logging.Logger
|
||||
|
||||
CORE_VENV_DEPS: tuple[str, ...]
|
||||
CORE_VENV_DEPS: Final[tuple[str, ...]]
|
||||
|
||||
class EnvBuilder:
|
||||
system_site_packages: bool
|
||||
|
||||
Reference in New Issue
Block a user