-
```
The GAE and Django decorators should handle both access_type of offline and
online.
If access_type is online then no refresh_token is available and the check in
has_credentials should be for .a…
-
```
The GAE and Django decorators should handle both access_type of offline and
online.
If access_type is online then no refresh_token is available and the check in
has_credentials should be for .a…
-
I din't found in this document description of decoration applying order. But I think that is good to have it standardized.
So, what's the order of decorations, who goes first: class, static or protot…
-
```
The GAE and Django decorators should handle both access_type of offline and
online.
If access_type is online then no refresh_token is available and the check in
has_credentials should be for .a…
-
```
The GAE and Django decorators should handle both access_type of offline and
online.
If access_type is online then no refresh_token is available and the check in
has_credentials should be for .a…
-
```
The GAE and Django decorators should handle both access_type of offline and
online.
If access_type is online then no refresh_token is available and the check in
has_credentials should be for .a…
-
```
The GAE and Django decorators should handle both access_type of offline and
online.
If access_type is online then no refresh_token is available and the check in
has_credentials should be for .a…
-
```
The GAE and Django decorators should handle both access_type of offline and
online.
If access_type is online then no refresh_token is available and the check in
has_credentials should be for .a…
-
I'm looking for a way to hide a complete tag, an endpoint, or an endpoint method from the generated api-doc (so also from swagger-ui). The implemented endpoints paths and methods should still be avail…
-
this does not work:
```python
from sunpy.util.decorators import deprecated
@deprecated(since="3.1", message="We will be moving this", alternative="sunpy.net.Scraper")
```
seems to only print …