web/views/urlpublishing.py
changeset 4023 eae23c40627a
parent 3720 5376aaadd16b
child 4252 6c4f109c2b03
equal deleted inserted replaced
4022:934e758a73ef 4023:eae23c40627a
    73         :param req: the request object
    73         :param req: the request object
    74 
    74 
    75         :type path: str
    75         :type path: str
    76         :param path: the path of the resource to publish
    76         :param path: the path of the resource to publish
    77 
    77 
    78         :rtype: tuple(str, `cubicweb.common.utils.ResultSet` or None)
    78         :rtype: tuple(str, `cubicweb.utils.ResultSet` or None)
    79         :return: the publishing method identifier and an optional result set
    79         :return: the publishing method identifier and an optional result set
    80 
    80 
    81         :raise NotFound: if no handler is able to decode the given path
    81         :raise NotFound: if no handler is able to decode the given path
    82         """
    82         """
    83         parts = [part for part in path.split('/')
    83         parts = [part for part in path.split('/')