Possible values for `mode` parameter of `import_path`.
| 483 | |
| 484 | |
| 485 | class ImportMode(Enum): |
| 486 | class="st">""class="st">"Possible values for `mode` parameter of `import_path`."class="st">"" |
| 487 | |
| 488 | prepend = class="st">"prepend" |
| 489 | append = class="st">"append" |
| 490 | importlib = class="st">"importlib" |
| 491 | |
| 492 | |
| 493 | class ImportPathMismatchError(ImportError): |