def failIf(self, expr, msg = None):
|
|
Parent module: unittest
|
Field failUnless
|
|
Parent module: unittest
|
Field failures
|
|
Parent module: unittest
|
def fatal(self, msg):
|
handles a fatal error message.
|
Parent module: file
|
def fatal(self, msg):
|
handles a fatal error message.
|
Parent module: utils
|
def feed(self, new_data):
|
feeds new data to the parser
|
Parent module: dtd_validator
|
Field feedback
|
|
Parent module: composite_command
|
Field feedback
|
|
Parent module: create_blank_issue
|
Field feedback
|
|
Parent module: dtd_validator
|
Field feedback
|
|
Parent module: dtd_validator
|
Field feedback
|
|
Parent module: file
|
Field feedback
|
|
Parent module: utils
|
Field feedback
|
|
Parent module: utils
|
def feedback_from_cat(args):
|
gets the feedback from calling the cat command with the given arguments
|
Parent module: yaktrack-email-gateway
|
def feedback_from_file(message_lines):
|
writes the message lines to a temp file, then files the message and gets feedback
|
Parent module: yaktrack-email-gateway
|
def feedback_from_query(args):
|
the feedback from the query command, called with the given arguments
|
Parent module: yaktrack-email-gateway
|
def feedback_from_request_blank_template(args):
|
feedback from requesting a blank template with the given arguments
|
Parent module: yaktrack-email-gateway
|
Module file
|
classes and commands for filing issues
|
|
Field file_command
|
|
Parent module: file_test
|
class file_command(composite_command.composite_command ):
|
the composite_command for filing new reports
|
Parent module: file
|
def file_issue(self, filename):
|
files an issue with the given filename from disk
|
Parent module: file
|
class file_issue_parser_app(xml.parsers ):
|
an application for filing issues. May be obsolete as the issue class is taking this over
|
Parent module: file
|
class file_issue_parser_error_handler(xml.parsers ):
|
A parsing error handler which caches error messages for later retrieval
|
Parent module: file
|
class file_pubidresolver(xml.parsers ):
|
Locates issue templates in the repository and returns their values
|
Parent module: file
|
Module file_test
|
Tests the file functionality. MANY IF NOT ALL OF THESE TESTS ARE OUT OF DATE, as I'm having difficulty with the xml sax module creating parsers correctly when the home directory is changed. This will be fixed when the Python XML package gets stable enough to move out of the project and into a 'standard distribution' directory.
|
|
class file_test_case(unittest.TestCase ):
|
test case for testing the file command
|
Parent module: file_test
|
Field first_element_line
|
|
Parent module: file
|
def first_nodes(self):
|
the first nodes in the chain
|
Parent module: query
|
Field form
|
|
Parent module: html_form_generator
|
Field found_first_element
|
|
Parent module: create_blank_issue
|
Field found_first_element
|
|
Parent module: file
|
Field found_first_element
|
|
Parent module: template
|
Field found_id
|
|
Parent module: file
|
Field found_root_element
|
|
Parent module: dtd_validator
|
class free_query_menu_mutator(html_substitutor.html_substitutor ):
|
changes the free query menu to maintain the template name
|
Parent module: cgi_switchboard
|
class free_query_output_mutator(html_substitutor.html_substitutor ):
|
Displays the result of a free query
|
Parent module: cgi_free_query_output
|
def full_help_text(self):
|
the full help text string for the command, including the long description and possible subcommands
|
Parent module: composite_command
|