Functions | |
def | getAllDependencies (feat) |
def | getAllDependent (feat) |
def Mod.Show.DepGraphTools.getAllDependencies | ( | feat | ) |
getAllDependencies(feat): gets all features feat depends on, directly or indirectly. Returns a list, with deepest dependencies last. feat is not included in the list, except if the feature depends on itself (dependency loop).
def Mod.Show.DepGraphTools.getAllDependent | ( | feat | ) |
getAllDependent(feat): gets all features that depend on feat, directly or indirectly. Returns a list, with deepest dependencies last. feat is not included in the list, except if the feature depends on itself (dependency loop).