:py:mod:`oioioi.portals.utils` ============================== .. py:module:: oioioi.portals.utils Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: oioioi.portals.utils.join_paths oioioi.portals.utils.parent_path oioioi.portals.utils.resolve_path oioioi.portals.utils.problems_in_tree .. py:function:: join_paths(path1, path2) .. py:function:: parent_path(path) .. py:function:: resolve_path(portal, path) .. py:function:: problems_in_tree(node, include_self=True) Returns a queryset of problems which can be accessed from one of the node's descendants (or, if include_self is True, from the node's content itself).