mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-27 21:32:13 +08:00
5 lines
156 B
Python
5 lines
156 B
Python
from typing import Optional
|
|
|
|
|
|
class LagLeadFunction:
|
|
def __init__(self, expression: Optional[str], offset: int = ..., default: None = ..., **extra): ... |