If the args defined in opCodeDefinitions are replaced with named tuples, the names can then be shown in tooltips when one types op.split(. These names could not be used for docgen or playground, as they are not available at runtime. Is there a way to define the data as a runtime value but to also have it accesible as type info?
If the args defined in
opCodeDefinitionsare replaced with named tuples, the names can then be shown in tooltips when one typesop.split(. These names could not be used for docgen or playground, as they are not available at runtime. Is there a way to define the data as a runtime value but to also have it accesible as type info?