mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-08-12 19:06:58 +08:00
@@ -35,7 +35,9 @@ class Repeat(BytesToCharFieldConversionMixin, Func):
|
|||||||
def __init__(self, expression: Union[Value, str], number: Optional[Union[Length, int]], **extra: Any) -> None: ...
|
def __init__(self, expression: Union[Value, str], number: Optional[Union[Length, int]], **extra: Any) -> None: ...
|
||||||
|
|
||||||
class Replace(Func):
|
class Replace(Func):
|
||||||
def __init__(self, expression: Combinable, text: Value, replacement: Value = ..., **extra: Any) -> None: ...
|
def __init__(
|
||||||
|
self, expression: Union[Combinable, str], text: Value, replacement: Value = ..., **extra: Any
|
||||||
|
) -> None: ...
|
||||||
|
|
||||||
class Right(Left): ...
|
class Right(Left): ...
|
||||||
class RPad(LPad): ...
|
class RPad(LPad): ...
|
||||||
|
|||||||
Reference in New Issue
Block a user