torchoutil.pyoutil.importlib module¶
- class Placeholder(
- *args,
- **kwargs,
Bases:
objectPlaceholder object. All instances attributes always returns the object itself.
- is_available_package(
- package: str,
Returns True if package is installed in the current python environment.
- package_is_available(
- package: str,
Returns True if package is installed in the current python environment.