404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.191.233.198: ~ $
3

��[R
�@sTdZdZddlmZddlmZe�[ddlmZddlmZddlmZddlm	Z	dd	lm
Z
dd
lmZddlmZddlm
Z
dd
lmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZddlmZee�dee�Z dS) a�Interfaces

This package implements the Python "scarecrow" proposal.

The package exports two objects, `Interface` and `Attribute` directly. It also
exports several helper methods. Interface is used to create an interface with
a class statement, as in:

  class IMyInterface(Interface):
    '''Interface documentation
    '''

    def meth(arg1, arg2):
        '''Documentation for meth
        '''

    # Note that there is no self argument

To find out what you can do with interfaces, see the interface
interface, `IInterface` in the `interfaces` module.

The package has several public modules:

  o `declarations` provides utilities to declare interfaces on objects. It
    also provides a wide range of helpful utilities that aid in managing
    declared interfaces. Most of its public names are however imported here.

  o `document` has a utility for documenting an interface as structured text.

  o `exceptions` has the interface-defined exceptions

  o `interfaces` contains a list of all public interfaces for this package.

  o `verify` has utilities for verifying implementations of interfaces.

See the module doc strings for more information.
Zrestructuredtext�)�	Interface)�_wire)�Declaration)�alsoProvides)�classImplements)�classImplementsOnly)�
classProvides)�directlyProvidedBy)�directlyProvides)�
implementedBy)�implementer)�implementer_only)�
implements)�implementsOnly)�moduleProvides)�named)�noLongerProvides)�
providedBy)�provider)�Invalid)�	Attribute)�	invariant)�taggedValue)�Provides)�IInterfaceDeclarationrrN)rr)!�__doc__Z
__docformat__Zzope.interface.interfacerrZzope.interface.declarationsrrrrrr	r
rrr
rrrrrrrZzope.interface.exceptionsrrrrrZzope.interface.interfacesr�tuple�__all__�rr� /usr/lib64/python3.6/__init__.py�<module>2s<

Filemanager

Name Type Size Permission Actions
__init__.cpython-36.opt-1.pyc File 2.33 KB 0644
__init__.cpython-36.pyc File 2.33 KB 0644
_compat.cpython-36.opt-1.pyc File 1.2 KB 0644
_compat.cpython-36.pyc File 1.2 KB 0644
_flatten.cpython-36.opt-1.pyc File 518 B 0644
_flatten.cpython-36.pyc File 518 B 0644
adapter.cpython-36.opt-1.pyc File 15.89 KB 0644
adapter.cpython-36.pyc File 15.89 KB 0644
advice.cpython-36.opt-1.pyc File 4.73 KB 0644
advice.cpython-36.pyc File 4.76 KB 0644
declarations.cpython-36.opt-1.pyc File 22.31 KB 0644
declarations.cpython-36.pyc File 22.31 KB 0644
document.cpython-36.opt-1.pyc File 3 KB 0644
document.cpython-36.pyc File 3 KB 0644
exceptions.cpython-36.opt-1.pyc File 2.52 KB 0644
exceptions.cpython-36.pyc File 2.52 KB 0644
interface.cpython-36.opt-1.pyc File 17.14 KB 0644
interface.cpython-36.pyc File 17.14 KB 0644
interfaces.cpython-36.opt-1.pyc File 49.81 KB 0644
interfaces.cpython-36.pyc File 49.81 KB 0644
registry.cpython-36.opt-1.pyc File 19.99 KB 0644
registry.cpython-36.pyc File 20.03 KB 0644
ro.cpython-36.opt-1.pyc File 1.21 KB 0644
ro.cpython-36.pyc File 1.21 KB 0644
verify.cpython-36.opt-1.pyc File 2.54 KB 0644
verify.cpython-36.pyc File 2.54 KB 0644