Update prediction Results docs (#4139)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
8870084645
commit
11d0488bf1
107 changed files with 1451 additions and 1317 deletions
|
|
@ -510,8 +510,10 @@ def temporary_modules(modules=None):
|
|||
modules (dict, optional): A dictionary mapping old module paths to new module paths.
|
||||
|
||||
Example:
|
||||
```python
|
||||
with temporary_modules({'old.module.path': 'new.module.path'}):
|
||||
import old.module.path # this will now import new.module.path
|
||||
```
|
||||
|
||||
Note:
|
||||
The changes are only in effect inside the context manager and are undone once the context manager exits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue