Home
last modified time | relevance | path

Searched refs:map_to_openapi_type (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-apispec/apispec-5.1.1/src/apispec/ext/marshmallow/
H A D__init__.py130 def map_to_openapi_type(self, *args): member in MarshmallowPlugin
148 return self.converter.map_to_openapi_type(*args)
H A Dfield_converter.py112 def map_to_openapi_type(self, *args): member in FieldConverterMixin
/dports/devel/py-apispec/apispec-5.1.1/docs/
H A Dusing_plugins.rst247 `map_to_openapi_type <apispec.ext.marshmallow.MarshmallowPlugin.map_to_openapi_type>`
269 @ma_plugin.map_to_openapi_type("string", "uuid")
274 @ma_plugin.map_to_openapi_type(Integer) # will map to ('integer', 'int32')
/dports/devel/py-apispec/apispec-5.1.1/tests/
H A Dtest_ext_marshmallow_field.py214 @spec_fixture.openapi.map_to_openapi_type(["integer", "null"], None)
227 @spec_fixture.openapi.map_to_openapi_type(["string", "null"], None)
H A Dtest_ext_marshmallow.py317 @spec_fixture.marshmallow_plugin.map_to_openapi_type(DateTime)
321 @spec_fixture.marshmallow_plugin.map_to_openapi_type("integer", "int32")
327 @spec_fixture.marshmallow_plugin.map_to_openapi_type("integer")
/dports/www/py-flask-smorest/flask-smorest-0.31.2/flask_smorest/spec/
H A D__init__.py278 self.ma_plugin.map_to_openapi_type(*args)(field)