文件操作 - flavors.cpython-310.pyc
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/twisted/spread/__pycache__/flavors.cpython-310.pyc
编辑文件内容
o �bf[ � @ s� d Z ddlZddlmZmZ ddlmZmZ ddlm Z m Z ddlmZm Z mZmZmZmZmZmZmZ eZeZeZeZdZd Zd ZdZG dd � d e�ZG dd� de�ZG dd� de�Z G dd� de �Z!ee�G dd� de!��Z"G dd� de!�Z#G dd� de �Z$G dd� de �Z%G dd� de%�Z&G dd� de �Z'G d d!� d!e'e �Z(d"d#� Z)ed$e)� d%d&� Z*ed'e*� d(d)� Z+ed*e+� e G d+d,� d,��Z,e G d-d.� d.��Z-dS )/a� This module represents flavors of remotely accessible objects. Currently this is only objects accessible through Perspective Broker, but will hopefully encompass all forms of remote access which can emulate subsets of PB (such as XMLRPC or SOAP). Future Plans: Optimization. Exploitation of new-style object model. Optimizations to this module should not affect external-use semantics at all, but may have a small impact on users who subclass and override methods. @author: Glyph Lefkowitz � N)� Interface�implementer)�log�reflect)�cmp� comparable� ) � Jellyable�Unjellyable�_createBlank�getInstanceState�setInstanceState�setUnjellyableFactoryForClass�setUnjellyableForClass�setUnjellyableForClassTree�unjellyableRegistrys copy� caches cached� remotec @ s e Zd ZdZdS )�NoSuchMethodz(Raised if there is no such remote methodN)�__name__� __module__�__qualname__�__doc__� r r �8/usr/lib/python3/dist-packages/twisted/spread/flavors.pyr 7 s r c @ � e Zd ZdZdd� ZdS )�IPBRootz6Factory for root Referenceable objects for PB servers.c C � dS )z%Return root Referenceable for broker.Nr )�brokerr r r � rootObject>