CyclicImportError
Raised when a cyclic module dependency is detected.
Inherits from: RuntimeError
Constructor
CyclicImportError name
Builds an error naming the module at which an import cycle was detected.
Parameters
| Name | Type | Description |
|---|---|---|
name |
Str |
the module at which the cycle was detected |