| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/sphinx/ext/autodoc/__pycache__/ |
Upload File : |
a
�ab � @ s� d Z ddlZddlmZ ddlmZ ddlmZmZm Z m
Z
G dd� de �ZG dd � d e�ZG d
d� de�Z
G dd
� d
e
�ZG dd� de�ZG dd� de�ZG dd� de�ZdS )z�
sphinx.ext.autodoc.deprecated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The deprecated Documenters for autodoc.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
� N)�Any)�RemovedInSphinx50Warning)�AttributeDocumenter�DataDocumenter�FunctionDocumenter�MethodDocumenterc s* e Zd ZdZeedd�� fdd�Z� ZS )� SingledispatchFunctionDocumenterz�
Used to be a specialized Documenter subclass for singledispatch'ed functions.
Retained for backwards compatibility, now does the same as the FunctionDocumenter
N��args�kwargs�returnc s. t jd| jj tdd� t� j|i |�� d S �Nz%s is deprecated.� )�
stacklevel��warnings�warn� __class__�__name__r �super�__init__��selfr
r �r � �A/usr/lib/python3.9/site-packages/sphinx/ext/autodoc/deprecated.pyr s �z)SingledispatchFunctionDocumenter.__init__�r �
__module__�__qualname__�__doc__r r �
__classcell__r r r r r s r c s: e Zd ZdZdZdZdZdZeedd�� fdd �Z � Z
S )
�DataDeclarationDocumenterz�
Specialized Documenter subclass for data that cannot be imported
because they are declared without initial value (refs: PEP-526).
Zdatadecl�data�<