mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-29 19:58:42 +08:00
initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from typing import Optional
|
||||
|
||||
|
||||
class LagLeadFunction:
|
||||
def __init__(self, expression: Optional[str], offset: int = ..., default: None = ..., **extra): ...
|
||||
Reference in New Issue
Block a user