Home
last modified time | relevance | path

Searched refs:child_branches (Results 1 – 3 of 3) sorted by relevance

/dports/biology/py-biopython/biopython-1.79/Bio/Nexus/
H A DTrees.py801 child_branches = [b for b in self.unrooted if child in b[:2]]
802 for b in child_branches:
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DMenus.cpp1452 MenuDefinition child_branches; in expandBranches() local
1464 child_branches.addWithStatusCheck(MenuItem(MenuItem::Command, in expandBranches()
1470 if (!child_branches.empty()) { in expandBranches()
1472 item.setSubmenu(child_branches); in expandBranches()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dbzrdir.py975 child_branches = [
977 if any(child_branches):