> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/dfpathfinder.md).

# DfPathFinder

- [DfPathFinder.get\_all\_paths\_between\_points()](https://docs.r.xyz/glider-ide/api/dfpathfinder/dfpathfinder.get_all_paths_between_points.md): Returns all data flow paths between two points.
- [DfPathFinder.get\_path\_between\_points()](https://docs.r.xyz/glider-ide/api/dfpathfinder/dfpathfinder.get_path_between_points.md): Returns the first encountered data flow path from source to destination, if it exists. Otherwise, returns an empty tuple.
- [DfPathFinder.is\_df\_path()](https://docs.r.xyz/glider-ide/api/dfpathfinder/dfpathfinder.is_df_path.md): Checks if there is a data flow path from source to destination.
