Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expression
string.templatelib.Interpolation
1 parent 9fca76c commit eba42bdCopy full SHA for eba42bd
1 file changed
stdlib/string/templatelib.pyi
@@ -26,6 +26,6 @@ class Interpolation:
26
__match_args__ = ("value", "expression", "conversion", "format_spec")
27
28
def __new__(
29
- cls, value: Any, expression: str, conversion: Literal["a", "r", "s"] | None = None, format_spec: str = ""
+ cls, value: Any, expression: str = "", conversion: Literal["a", "r", "s"] | None = None, format_spec: str = ""
30
) -> Interpolation: ...
31
def __class_getitem__(cls, item: Any, /) -> GenericAlias: ...
0 commit comments