rberga06.utils.func.sig.SigHelper#
- class rberga06.utils.func.sig.SigHelper(sig: Signature, runtime: bool = True)#
Bases:
Generic
[_F
]Signature editing helper.
Methods
__init__
(sig[, runtime])chleading
(param, /)prepend
(*params)Prepend
*params
to the function's signature.rmleading
()setruntime
(runtime, /)Set if this should be used on runtime.
Attributes