# `paths` This module contains methods for different path extraction. Simplest method just provides specific parent of given path and more complex provide ways to extract paths from dictionaries. ## `get_parent_path` ```{eval-rst} .. autofunction:: pocketwelt.paths.get_parent_path ``` ## `list_all_paths` ```{eval-rst} .. autofunction:: pocketwelt.paths.list_all_paths ``` ## `build_all_paths` ```{eval-rst} .. autofunction:: pocketwelt.paths.build_all_paths ``` ## `build_top_paths` ```{eval-rst} .. autofunction:: pocketwelt.paths.build_top_paths ``` ## `get_all_attributes` ```{eval-rst} .. autofunction:: pocketwelt.paths.get_all_attributes ```