django
API Documentation
Modules
Classes
Names
django
.
utils
.
asyncio
Toggle Private API
module documentation
Undocumented
Function
async​_unsafe
Decorator to mark functions as async-unsafe. Someone trying to access the function while in an async context will get an error message.
def
async_unsafe
(message):
Decorator to mark functions as async-unsafe. Someone trying to access the function while in an async context will get an error message.