SNN2.src.io.commandInterpolation module

Commands Interpolation Module

This module contains the command interpolation methods that should been called when a command is required inside an interpolation

SNN2.src.io.commandInterpolation.fn(function, *args, **kwargs)
SNN2.src.io.commandInterpolation.str_interpolate(s: str, pattern: str = '\\{[^\\}]*\\}') str