Skip to main content
Version: 0.6

importing

superduper.misc.importing

Source code

isreallyinstance​

isreallyinstance(this,
cls)
ParameterDescription
thisThe component to check.
clsThe class to check.

Check if the component is an instance of a class.

isreallysubclass​

isreallysubclass(this,
cls)
ParameterDescription
thisThe component to check.
clsThe class to check.

Check if the component is an instance of a class.

import_object​

import_object(path)
ParameterDescription
pathPath to import from.

Import item from path.

load_plugin​

load_plugin(name: str)
ParameterDescription
nameThe name of the plugin to load.

Load a plugin by name.