HEX
Server: LiteSpeed
System: Linux us-phx-web1284.main-hosting.eu 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: u300739242 (300739242)
PHP: 8.2.30
Disabled: system, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/jsons/__pycache__/_transform_impl.cpython-37.pyc
B

�P�e��
@s�dZddlmZmZmZmZmZddlmZddl	m
Z
ddlmZddddd�e
eeeeeefgeeeffeeeeeeefed�d	d
�ZdS)zt
PRIVATE MODULE: do not import (from) it directly.

This module contains functionality for loading stuff from json.
�)�Type�List�Any�Dict�Callable)�T)�dump)�loadN)�mapper�dump_cls�	dump_args�dump_kwargs)�obj�clsr
rrr
�returncKsD|pg}|pi}t||f|�|�}	|p,dd�}
|
|	�}t||f|�S)a�
    Transform the given ``obj`` to an instance of ``cls``.

    :param obj: the object that is to be transformed into a type of ``cls``.
    :param cls: the type that ``obj`` is to be transformed into.
    :param mapper: a callable that takes the dumped dict and returns a mapped
    dict right before it is loaded into ``cls``.
    :param dump_cls: the ``cls`` parameter that is given to ``dump``.
    :param dump_args: the ``args`` parameter that is given to ``dump``.
    :param dump_kwargs: the ``kwargs`` parameter that is given to ``dump``.
    :param kwargs: any keyword arguments that are given to ``load``.
    :return: an instance of ``cls``.
    cSs|S)N�)�xrr�F/opt/alt/python37/lib/python3.7/site-packages/jsons/_transform_impl.py�<lambda>&�ztransform.<locals>.<lambda>)rr	)rrr
rrr
�kwargsZ
dump_args_Zdump_kwargs_ZdumpedZmapper_Z
dumped_mappedrrr�	transform
sr)�__doc__�typingrrrrrZjsons._common_implrZjsons._dump_implrZjsons._load_implr	�object�str�typerrrrr�<module>s@