<@U06A03HV1> how would you feel about wrapping cal...
# development
f
@witty-crayon-22786 how would you feel about wrapping calls to native with methods as a general practice? When I’m profiling in python, I’ve seen that callbacks from the native portion of the engine are attributed to the method scope the cffi call was made in, eg extern_store_list is attributed to Scheduler._execution_next even though it’s not called from there.