mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-17 17:35:59 +08:00
initial commit
This commit is contained in:
5
django/db/models/functions/window.pyi
Normal file
5
django/db/models/functions/window.pyi
Normal file
@@ -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