mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 07:25:40 +08:00
f2dc979fbc
`for s in data` and methods like `for s in data.keys` were not producing the same list of active sids Make the other iteration methods match __iter__ by using the contains method to check whether or not the sid is active. For use of data outside of the algoscript context, which needs access to all data fields use data._data