Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to create FileContext objects directly #3

Open
stephenpascoe opened this issue Jan 24, 2013 · 0 comments
Open

Document how to create FileContext objects directly #3

stephenpascoe opened this issue Jan 24, 2013 · 0 comments

Comments

@stephenpascoe
Copy link
Owner

At the moment you can do this to create FileContext objects directly like this:

from pyesgf.search.context import FileSearchContext 
ctx = conn.new_context(context_class=FileSearchContext, **constraints)

This is very useful for optimising queries. Needs documenting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant