Module query
|
composite command for querying the repository for a given issue
|
|
class query_command(composite_command.composite_command ):
|
allows the user to query the repository
|
Parent module: query
|
class query_form_generator(html_form_generator.html_form_generator ):
|
generates a query form, including only the top-level attributes and immediate child contents
|
Parent module: query_form_generator
|
Module query_form_generator
|
generates a query form (one-deep for children and attributes) based on a template
|
|
class query_form_mutator(submit_form_mutator ):
|
builds a query form given the template; very close to the submit form mutator
|
Parent module: cgi_switchboard
|
class query_pattern_test_case(unittest.TestCase ):
|
test case for query patterns
|
Parent module: query_test
|
Field query_string
|
|
Parent module: cgi_free_query_output
|
def query_string_from_query_form(form):
|
generates a query string from a query form
|
Parent module: query_form_generator
|
Module query_test
|
exercises and tests the query module
|
|