find_packages_r (
packages,
dirname,
names,
)
If dirname is a QM package, add it to packages .
-
packages
- A mutable sequence of package names.
-
dirname
- The (relative) path from the base of the QM package
to the directory.
-
names
- A mutable sequence of file names indicating files (and
directories) contained in the directory given by
dirname .
|