module documentation

Undocumented

Class PackageFlagTracker This will use the dependency tracker to test if packages are blacklisted and all their dependents.
Function platform_supported Return whether the platform defined by os and version is marked as supported in the package @param pkg The package to test for support @param os The os name to test for support @param version The os version to test for support...
Function _platform_supported Undocumented
def platform_supported(rospack, pkg, os, version):

Return whether the platform defined by os and version is marked as supported in the package @param pkg The package to test for support @param os The os name to test for support @param version The os version to test for support

def _platform_supported(m, os, version):

Undocumented