pipert.core.class_factory

Module Contents

Classes

ClassFactory

Class that generates the class object of files from the given folder path

Functions

_add_underscore_before_uppercase(match)

_get_class_object_by_path(path, class_name)

class pipert.core.class_factory.ClassFactory(classes_folder_path)[source]

Class that generates the class object of files from the given folder path

get_class(self, class_name)Optional[‘class_object’][source]
Parameters

class_name – The name of the class

Returns

The class object from the given name or None if the name doesn’t exist

pipert.core.class_factory._add_underscore_before_uppercase(match)[source]
pipert.core.class_factory._get_class_object_by_path(path, class_name)[source]