MethodProp.HAS_STATE_VARIABLES_WRITTEN
from glider import *
def query():
props_included = [MethodProp.HAS_STATE_VARIABLES_WRITTEN]
functions = Functions()\
.with_all_properties(props_included)\
.exec(5)
return functionsOutput

Last updated