Skip to content

Commit

Permalink
Drop docstring entries for nonexistant kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed May 18, 2024
1 parent 78c17ac commit 5040273
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/dendropy/datamodel/treemodel/_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -941,15 +941,6 @@ def extract_tree_with_taxa(
suppress_unifurcations : bool
If |True|, nodes of outdegree 1 will be deleted. Only will
be done if some nodes are excluded from the cloned tree.
is_apply_filter_to_leaf_nodes : bool
If ``True`` then the above filter will be applied to leaf nodes. If
``False`` then it will not (and all leaf nodes will be
automatically included, unless excluded by an ancestral node being
filtered out).
is_apply_filter_to_internal_nodes : bool
If ``True`` then the above filter will be applied to internal nodes. If
``False`` then it will not (internal nodes without children will
still be filtered out).
Examples
--------
Expand Down Expand Up @@ -1006,15 +997,6 @@ def extract_tree_with_taxa_labels(
suppress_unifurcations : bool
If |True|, nodes of outdegree 1 will be deleted. Only will
be done if some nodes are excluded from the cloned tree.
is_apply_filter_to_leaf_nodes : bool
If ``True`` then the above filter will be applied to leaf nodes. If
``False`` then it will not (and all leaf nodes will be
automatically included, unless excluded by an ancestral node being
filtered out).
is_apply_filter_to_internal_nodes : bool
If ``True`` then the above filter will be applied to internal nodes. If
``False`` then it will not (internal nodes without children will
still be filtered out).
Examples
--------
Expand Down

0 comments on commit 5040273

Please sign in to comment.