mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-09 21:46:43 +08:00
initial commit
This commit is contained in:
10
django/contrib/admindocs/utils.pyi
Normal file
10
django/contrib/admindocs/utils.pyi
Normal file
@@ -0,0 +1,10 @@
|
||||
from typing import Callable
|
||||
|
||||
|
||||
def get_view_name(view_func: Callable) -> str: ...
|
||||
|
||||
|
||||
def replace_named_groups(pattern: str) -> str: ...
|
||||
|
||||
|
||||
def replace_unnamed_groups(pattern: str) -> str: ...
|
||||
Reference in New Issue
Block a user