touketsu.core.orig_init¶
-
@touketsu.core.orig_init¶ Return original
__init__()from decorated__init__().If
initis not the__init__()of a decorated class, theninititself is returned.- Parameters
init (function) – The unbound
__init__()of the decorated class.- Returns
The unbound original
__init__()of the decorated class orinit, ifinitis not the__init__()of a decorated class.- Return type
function