mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-14 15:57:08 +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): ... |