Skip to content

Document how to create FileContext objects directly #3

@stephenpascoe

Description

@stephenpascoe

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions