search.converters module

URL conversion for paths containing arXiv groups or archives.

class search.converters.ArchiveConverter(map)[source]

Bases: werkzeug.routing.BaseConverter

Route converter for arXiv IDs.

to_python(value)[source]

Parse URL path part to Python rep (str).

Return type:Optional[List[str]]
to_url(value)[source]

Cast Python rep (list) to URL path part.

Return type:str