我想創建一個線程,而在一個類內啓動另一個類的構造函數,但它看起來像pool.apply_async沒有像我期望的那樣傳遞kwargs。這裏是我的代碼(下調至僅包括線程代碼): from MyDatabaseScript import DB
class Trinity:
def __init__(self):
#lets split a thread off and w
所以我試圖爲我的django視圖製作一個裝飾器,並且我有它的工作。該裝飾看起來像 # Decorator for the function - update(request, extra=None)
def check_super(view):
def wrapper(request, *args, **kwargs):
status = supercheck(reques