mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-26 19:47:14 +08:00
first version finished
This commit is contained in:
8
django/utils/datastructures.pyi
Normal file
8
django/utils/datastructures.pyi
Normal file
@@ -0,0 +1,8 @@
|
||||
from typing import (
|
||||
Optional,
|
||||
Union,
|
||||
)
|
||||
|
||||
|
||||
class DictWrapper:
|
||||
def __getitem__(self, key: str) -> Optional[Union[str, int]]: ...
|
||||
Reference in New Issue
Block a user