We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ViewSetAction.__name__
1 parent 8f41470 commit a6d9df8Copy full SHA for a6d9df8
rest_framework-stubs/decorators.pyi
@@ -62,6 +62,7 @@ class ViewSetAction(Protocol[_View]):
62
kwargs: Mapping[str, Any]
63
mapping: MethodMapper
64
__call__: _View
65
+ __name__: str
66
67
def api_view(
68
http_method_names: Sequence[str] | None = ...,
0 commit comments