print_package_tree# ptyrad.utils.dev_tools.print_package_tree(package_path)[source]# print_package_tree prints the package structure with module, class, method, and function definitions for a concise view of the entire package structure Parameters: package_path (str) – package_path (str): Path to the target package