Open kyungeonchoi opened 2 months ago
It's very useful to have type hints when composing a ServiceX spec in python. Type hints are nicely shown for all fields (such as Sample, dataset) but not for query as attached.
Sample
dataset
query
I don't see how we can really support this with the current plugin system. If we switch to "namespace packages" then it might be possible.
It's very useful to have type hints when composing a ServiceX spec in python. Type hints are nicely shown for all fields (such as
Sample
,dataset
) but not forquery
as attached.