mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Mark chevron as completed (#8884)
This commit is contained in:
3
stubs/chevron/@tests/stubtest_allowlist.txt
Normal file
3
stubs/chevron/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# These are re-exports which we consider an implementation detail:
|
||||
chevron.main.version
|
||||
chevron.renderer.linesep
|
||||
@@ -1 +1,4 @@
|
||||
version = "0.14.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
from _typeshed import StrPath, SupportsRead
|
||||
from collections.abc import MutableSequence, Sequence
|
||||
from typing import Any
|
||||
from typing_extensions import Literal
|
||||
|
||||
g_token_cache: dict[str, list[tuple[str, str]]] # undocumented
|
||||
python3: Literal[True]
|
||||
|
||||
def unicode(x: str, y: str) -> str: ...
|
||||
def render(
|
||||
template: SupportsRead[str] | str | Sequence[tuple[str, str]] = ...,
|
||||
data: dict[str, Any] = ...,
|
||||
|
||||
Reference in New Issue
Block a user