roboglia.utils.unregister_class

unregister_class(class_name)[source]

Removes a class from the class factory dictionary thus making it unavaialble for dynamic instantiation.

Parameters

class_name (str) – the name of the class to be removed.

Raises

KeyError – if the class name is not in the class factory dictionary.