old_ns
Returns a set containing a single string formatted with the provided namespace and a placeholder.
def old_ns(
ns: string
) - > set
Generates a set containing a formatted string template prefixed with the provided namespace.
Parameters
| Name | Type | Description |
|---|---|---|
| ns | string | The namespace string used as a prefix for the generated template. |
Returns
| Type | Description |
|---|---|
set | A set containing a single string formatted as '{namespace}_{0}', used for dynamic key or identifier generation. |