PointLoad.from_name
- classmethod PointLoad.from_name(name, **kwargs)
Create an instance of a class of the registered plugin from its name.
- Parameters
- namestr
The name of the class (without the _ prefix)
- Returns
- obj
The wanted object
Notes
By convention, only hidden class can be called by this method.