AlkantarClanX12
Current Path : /opt/alt/python37/lib64/python3.7/multiprocessing/__pycache__/ |
Current File : //opt/alt/python37/lib64/python3.7/multiprocessing/__pycache__/reduction.cpython-37.opt-1.pyc |
B � f�$ � @ s d dl mZ d dlZd dlZd dlZd dlZd dlZd dlZd dlZddl m Z ddddd gZejd kp�e ed�o�e ed�o�e ejd �ZG dd� dej�ZejZd5dd �Zejd k�r edddg7 Zd dlZd6dd�Zdd� Zdd� Zdd� ZG dd� de�ZnHedddg7 Zd dlZejdkZdd� Zdd� Zdd� Zd d� Zd!d� Zd"d#� ZG d$d%� d%�Z ee!e � j"�e� d&d'� Z#ee!e$j%�e#� ee!e&j'�e#� d(d)� Z(d*d+� Z)eej*e(� ejd k�r�d,d-� Z+d.d/� Z,eeje+� nd0d-� Z+d1d/� Z,eeje+� G d2d3� d3ed4�Z-dS )7� )�ABCMetaN� )�context�send_handle�recv_handle�ForkingPickler�register�dump�win32ZCMSG_LEN� SCM_RIGHTS�sendmsgc sJ e Zd ZdZi ZejZ� fdd�Ze dd� �Z e d dd��Zej Z � ZS ) r z)Pickler subclass used by multiprocessing.c s* t � j|� | j�� | _| j�| j� d S )N)�super�__init__�_copyreg_dispatch_table�copy�dispatch_table�update�_extra_reducers)�self�args)� __class__� �>/opt/alt/python37/lib64/python3.7/multiprocessing/reduction.pyr &