diff -r 0c34da0d7b76 -r 71cf3979a6c9 src/eric7/APIs/Python3/eric7.api --- a/src/eric7/APIs/Python3/eric7.api Mon Jul 11 17:56:42 2022 +0200 +++ b/src/eric7/APIs/Python3/eric7.api Tue Jul 12 16:26:22 2022 +0200 @@ -3189,6 +3189,54 @@ eric7.PipInterface.PipVulnerabilityChecker.VulnerabilityCheckError.FullDbUnavailable?7 eric7.PipInterface.PipVulnerabilityChecker.VulnerabilityCheckError.OK?7 eric7.PipInterface.PipVulnerabilityChecker.VulnerabilityCheckError.SummaryDbUnavailable?7 +eric7.PipInterface.pipdeptree.DistPackage.as_dict?4() +eric7.PipInterface.pipdeptree.DistPackage.as_parent_of?4(req) +eric7.PipInterface.pipdeptree.DistPackage.as_requirement?4() +eric7.PipInterface.pipdeptree.DistPackage.render_as_branch?4(frozen) +eric7.PipInterface.pipdeptree.DistPackage.render_as_root?4(frozen) +eric7.PipInterface.pipdeptree.DistPackage?1(obj, req=None) +eric7.PipInterface.pipdeptree.Package.frozen_repr?4() +eric7.PipInterface.pipdeptree.Package.render?4(parent=None, frozen=False) +eric7.PipInterface.pipdeptree.Package.render_as_branch?4(frozen) +eric7.PipInterface.pipdeptree.Package.render_as_root?4(frozen) +eric7.PipInterface.pipdeptree.Package?1(obj) +eric7.PipInterface.pipdeptree.PackageDAG.filter?4(include, exclude) +eric7.PipInterface.pipdeptree.PackageDAG.from_pkgs?4(pkgs) +eric7.PipInterface.pipdeptree.PackageDAG.get_children?4(node_key) +eric7.PipInterface.pipdeptree.PackageDAG.get_node_as_parent?4(node_key) +eric7.PipInterface.pipdeptree.PackageDAG.reverse?4() +eric7.PipInterface.pipdeptree.PackageDAG.sort?4() +eric7.PipInterface.pipdeptree.PackageDAG?1(m) +eric7.PipInterface.pipdeptree.ReqPackage.UNKNOWN_VERSION?7 +eric7.PipInterface.pipdeptree.ReqPackage.as_dict?4() +eric7.PipInterface.pipdeptree.ReqPackage.installed_version?4() +eric7.PipInterface.pipdeptree.ReqPackage.is_conflicting?4() +eric7.PipInterface.pipdeptree.ReqPackage.is_missing?4() +eric7.PipInterface.pipdeptree.ReqPackage.render_as_branch?4(frozen) +eric7.PipInterface.pipdeptree.ReqPackage.render_as_root?4(frozen) +eric7.PipInterface.pipdeptree.ReqPackage.version_spec?4() +eric7.PipInterface.pipdeptree.ReqPackage?1(obj, dist=None) +eric7.PipInterface.pipdeptree.ReversedPackageDAG.reverse?4() +eric7.PipInterface.pipdeptree._get_args?5() +eric7.PipInterface.pipdeptree.aux?4(node, parent=None, chain=None) +eric7.PipInterface.pipdeptree.aux?4(node, parent=None, indent=0, chain=None) +eric7.PipInterface.pipdeptree.conflicting_deps?4(tree) +eric7.PipInterface.pipdeptree.cyclic_deps?4(tree) +eric7.PipInterface.pipdeptree.dump_graphviz?4(tree, output_format='dot', is_reverse=False) +eric7.PipInterface.pipdeptree.flatten?7 +eric7.PipInterface.pipdeptree.frozen_req_from_dist?4(dist) +eric7.PipInterface.pipdeptree.get_installed_distributions?4(local_only=False, user_only=False) +eric7.PipInterface.pipdeptree.get_parser?4() +eric7.PipInterface.pipdeptree.guess_version?4(pkg_key, default='?') +eric7.PipInterface.pipdeptree.handle_non_host_target?4(args) +eric7.PipInterface.pipdeptree.main?4() +eric7.PipInterface.pipdeptree.print_graphviz?4(dump_output) +eric7.PipInterface.pipdeptree.render_conflicts_text?4(conflicts) +eric7.PipInterface.pipdeptree.render_cycles_text?4(cycles) +eric7.PipInterface.pipdeptree.render_json?4(tree, indent) +eric7.PipInterface.pipdeptree.render_json_tree?4(tree, indent) +eric7.PipInterface.pipdeptree.render_text?4(tree, list_all=True, frozen=False) +eric7.PipInterface.pipdeptree.sorted_tree?4(tree) eric7.PipInterface.piplicenses.CompatibleArgumentParser._verify_args?5(args: CustomNamespace) eric7.PipInterface.piplicenses.CompatibleArgumentParser.parse_args?4(args: Optional[Sequence[Text]] = None, namespace: CustomNamespace = None) eric7.PipInterface.piplicenses.CustomHelpFormatter._expand_help?5(action: argparse.Action)