Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/connexion/operations/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.2.2, created at 2023-03-26 06:12 +0000
« prev ^ index » next coverage.py v7.2.2, created at 2023-03-26 06:12 +0000
1"""
2This module defines Connexion Operation classes. A Connexion Operation implements an OpenAPI
3operation, which describes a single API operation on a path. It wraps the view function linked to
4the operation with decorators to handle security, validation, serialization etc. based on the
5OpenAPI specification, and exposes the result to be registered as a route on the application.
7"""
9from .abstract import AbstractOperation # noqa
10from .openapi import OpenAPIOperation # noqa
11from .swagger2 import Swagger2Operation # noqa