Recursively look at every module this module imports, return true if it imports m. Can be used to detect circular imports.
See Implementation
Recursively look at every module this module imports, return true if it imports m. Can be used to detect circular imports.