📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib64
›
python3.9
›
site-packages
›
mercurial
›
thirdparty
›
zope
›
interface
›
📁 __pycache__
📍
Lokasi:
/usr/lib64/python3.9/site-packages/mercurial/thirdparty/zope/interface/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: interfaces.cpython-39.pyc
a �+�b�� � @ s d Z ddlmZ dZddlmZ ddlmZ ddlmZ dZ G d d � d e�Z G dd� de �ZG d d� de�ZG dd� de�Z G dd� de e �ZG dd� de �ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�Zee�G dd � d e��ZG d!d"� d"e�ZG d#d$� d$e�ZG d%d&� d&e�ZG d'd(� d(e�ZG d)d*� d*e�ZG d+d,� d,e�ZG d-d.� d.e�ZG d/d0� d0e�Z ee �G d1d2� d2e��Z!G d3d4� d4e �Z"ee"�G d5d6� d6e!��Z#G d7d8� d8e �Z$ee$�G d9d:� d:e!��Z%G d;d<� d<e�Z&G d=d>� d>ee&�Z'd?S )@zInterface Package Interfaces � )�absolute_importZrestructuredtext� )� Attribute)� Interface)�implementer� c @ sF e Zd ZdZedd�Z edd�Zdd� Zdd d �Zdd� Zd d� ZdS )�IElementz=Objects that have basic documentation and tagged values. �__name__zThe object name�__doc__zThe object doc stringc C s dS )zcReturns the value associated with `tag`. Raise a `KeyError` of the tag isn't set. N� )�tagr r �T/usr/lib64/python3.9/site-packages/mercurial/thirdparty/zope/interface/interfaces.py�getTaggedValue# s zIElement.getTaggedValueNc C s dS )ziReturns the value associated with `tag`. Return the default value of the tag isn't set. Nr )r �defaultr r r �queryTaggedValue) s zIElement.queryTaggedValuec C s dS )zReturns a list of all tags.Nr r r r r �getTaggedValueTags/ s zIElement.getTaggedValueTagsc C s dS )zAssociates `value` with `key`.Nr )r �valuer r r �setTaggedValue2 s zIElement.setTaggedValue)N) r � __module__�__qualname__r r r r r r r r r r r s r c @ s e Zd ZdZedd�ZdS )� IAttributezAttribute descriptors� interfacez@Stores the interface instance in which the attribute is located.N)r r r r r r r r r r r 6 s �r c @ s e Zd ZdZdd� Zdd� ZdS )�IMethodzMethod attributesc C s dS )a� Returns the signature information. This method returns a dictionary with the following keys: o `positional` - All positional arguments. o `required` - A list of all required arguments. o `optional` - A list of all optional arguments. o `varargs` - The name of the varargs argument. o `kwargs` - The name of the kwargs argument. Nr r r r r �getSignatureInfoA s zIMethod.getSignatureInfoc C s dS )z�Return a signature string suitable for inclusion in documentation. This method returns the function signature string. For example, if you have `func(a, b, c=1, d='f')`, then the signature string is `(a, b, c=1, d='f')`. Nr r r r r �getSignatureStringQ s zIMethod.getSignatureStringN)r r r r r r r r r r r >