HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //usr/local/lib/python3.9/site-packages/celery/contrib/django/__pycache__/task.cpython-39.pyc
a

X>h��@s4ddlZddlmZddlmZGdd�de�ZdS)�N)�transaction)�Taskc@s,eZdZdZdd�dd�Zdd�dd�ZdS)�
DjangoTaskz�
    Extend the base :class:`~celery.app.task.Task` for Django.

    Provide a nicer API to trigger tasks at the end of the DB transaction.
    N)�returncOs$t�tj|jg|�Ri|���dS)zGCall :meth:`~celery.app.task.Task.delay` with Django's ``on_commit()``.N)r�	on_commit�	functools�partial�delay��self�args�kwargs�r�D/usr/local/lib/python3.9/site-packages/celery/contrib/django/task.py�delay_on_commitszDjangoTask.delay_on_commitcOs$t�tj|jg|�Ri|���dS)zMCall :meth:`~celery.app.task.Task.apply_async` with Django's ``on_commit()``.N)rrrrZapply_asyncr
rrr�apply_async_on_commitsz DjangoTask.apply_async_on_commit)�__name__�
__module__�__qualname__�__doc__rrrrrrrsr)rZ	django.dbrZcelery.app.taskrrrrrr�<module>s