Home
last modified time | relevance | path

Searched refs:MarshmallowPlugin (Results 1 – 15 of 15) sorted by relevance

/dports/devel/py-apispec/apispec-5.1.1/tests/
H A Dconftest.py6 from apispec.ext.marshmallow import MarshmallowPlugin
10 ma_plugin = MarshmallowPlugin()
H A Dtest_ext_marshmallow.py9 from apispec.ext.marshmallow import MarshmallowPlugin
59 plugins=(MarshmallowPlugin(schema_name_resolver=resolver),),
94 plugins=(MarshmallowPlugin(schema_name_resolver=resolver),),
126 plugins=(MarshmallowPlugin(schema_name_resolver=resolver),),
179 plugins=(MarshmallowPlugin(schema_name_resolver=resolver),),
217 plugins=(MarshmallowPlugin(schema_name_resolver=resolver),),
674 plugins=(MarshmallowPlugin(schema_name_resolver=resolver),),
691 plugins=(MarshmallowPlugin(schema_name_resolver=resolver),),
803 plugins=(MarshmallowPlugin(schema_name_resolver=resolver),),
824 plugins=(MarshmallowPlugin(schema_name_resolver=resolver),),
[all …]
H A Dtest_ext_marshmallow_openapi.py7 from apispec.ext.marshmallow import MarshmallowPlugin
470 ma_plugin = MarshmallowPlugin()
527 ma_plugin = MarshmallowPlugin()
/dports/devel/py-apispec/apispec-5.1.1/docs/
H A Dusing_plugins.rst20 from apispec.ext.marshmallow import MarshmallowPlugin
27 plugins=[MarshmallowPlugin()],
34 The bundled marshmallow plugin (`apispec.ext.marshmallow.MarshmallowPlugin`)
55 from apispec.ext.marshmallow import MarshmallowPlugin
63 plugins=[FlaskPlugin(), MarshmallowPlugin()],
247 `map_to_openapi_type <apispec.ext.marshmallow.MarshmallowPlugin.map_to_openapi_type>`
254 from apispec.ext.marshmallow import MarshmallowPlugin
257 ma_plugin = MarshmallowPlugin()
H A Dspecial_topics.rst11 to the ``component`` parameter. If your'e using ``MarshmallowPlugin``, the ``component`` properties…
95 from apispec.ext.marshmallow import MarshmallowPlugin
125 plugins=(MarshmallowPlugin(),),
H A Dupgrading.rst85 plugins=[MarshmallowPlugin()],
164 When using the `MarshmallowPlugin
165 <apispec.ext.marshmallow.MarshmallowPlugin>`, nested `Schema
H A Dindex.rst25 from apispec.ext.marshmallow import MarshmallowPlugin
36 plugins=[FlaskPlugin(), MarshmallowPlugin()],
H A Dwriting_plugins.rst90 … on the `spec` object. See source code for `apispec.ext.marshmallow.MarshmallowPlugin </_modules/a…
/dports/www/py-freenit/freenit-0.1.25/freenit/api/
H A D__init__.py1 from apispec.ext.marshmallow import MarshmallowPlugin
49 marshmallow_plugin = MarshmallowPlugin(
/dports/www/py-flask-smorest/flask-smorest-0.31.2/flask_smorest/spec/
H A D__init__.py8 from apispec.ext.marshmallow import MarshmallowPlugin
151 self.ma_plugin = marshmallow_plugin or MarshmallowPlugin()
/dports/devel/py-apispec/apispec-5.1.1/
H A DCHANGELOG.rst24 - Add ``BasePlugin.header_helper`` and ``MarshmallowPlugin.header_helper``
43 - ``MarshmallowPlugin``: resolve schemas in ``allOf``, ``oneOf``, ``anyOf`` and
179 ``MarshmallowPlugin``, if a schema is passed as string, the marshmallow
222 - Fix ``MarshmallowPlugin`` crash when ``resolve_schema_dict`` is passed a
291 ``MarshmallowPlugin`` into a ``SchemaResolver`` class member (:pr:`496`).
293 ``MarshmallowPlugin`` (:pr:`493`).
357 ``MarshmallowPlugin`` (:pr:`443`).
383 - Fix error in ``MarshmallowPlugin`` when passing ``exclude`` and ``dump_only``
409 ``MarshmallowPlugin`` (:pr:`414`).
481 function that returns ``None`` to ``api.ext.MarshmallowPlugin``.
[all …]
H A DREADME.rst56 from apispec.ext.marshmallow import MarshmallowPlugin
67 plugins=[FlaskPlugin(), MarshmallowPlugin()],
H A DPKG-INFO86 from apispec.ext.marshmallow import MarshmallowPlugin
97 plugins=[FlaskPlugin(), MarshmallowPlugin()],
/dports/devel/py-apispec/apispec-5.1.1/src/apispec/ext/marshmallow/
H A D__init__.py89 class MarshmallowPlugin(BasePlugin): class
/dports/devel/py-apispec/apispec-5.1.1/src/apispec.egg-info/
H A DPKG-INFO86 from apispec.ext.marshmallow import MarshmallowPlugin
97 plugins=[FlaskPlugin(), MarshmallowPlugin()],