You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a treant with a lot of data entries called run-* and some others with different names. To get only the one with run-* I currently have to create a list with the keys I like and then iterate over the list of keys.
I'm not to sure about the syntax here though. It would also mean we allow general regex in the getitem method. But also keep in mind that in over a year of using the library this is the first time I wanted to do something like this.
The text was updated successfully, but these errors were encountered:
I have a treant with a lot of data entries called
run-*
and some others with different names. To get only the one withrun-*
I currently have to create a list with the keys I like and then iterate over the list of keys.It would be more convenient if I could do
I'm not to sure about the syntax here though. It would also mean we allow general regex in the getitem method. But also keep in mind that in over a year of using the library this is the first time I wanted to do something like this.
The text was updated successfully, but these errors were encountered: