Source: factory.core/ObjProcessText.py
| Method | Signature | Description |
|---|---|---|
| init_factory | init_factory() |
Scans all factory.text packages once and pre-loads all available |
| init_factory_item | init_factory_item(item: str) |
Returns a copy of a pre-cached text object. This method no longer scans the filesystem. |
| check_param | check_param(param, alt_param) |
|
| process_text | process_text(text: str, level: int = 0) -> str |
|
| text_factory | text_factory(text_object_type: str, params, level: int = 0) |
Scan all factory.text packages and verify each text object module imports successfully.