Signature class that instropect python functor based on the code
-
core.signature2.sign_from_string(f, string)[source]
-
core.signature2.sign_inputs(f)[source]
Return list of inputs detected from f.__inputs__
-
core.signature2.sign_outputs(f)[source]
Return list of outputs detected from f.__outputs__