Skip to main content

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

NameTypeDescription
nsstringThe namespace string used as a prefix for the generated template.

Returns

TypeDescription
setA set containing a single string formatted as '{namespace}_{0}', used for dynamic key or identifier generation.