Table of Contents

Module: genny_util .\imports\genny_util.py
Imported modules   
import os
import shutil
import string
import sys
import time
Functions   
clean_up_project_dir
display_license
get_enum_string_value
make_new_project_dir
xml_escape
xml_unescape
  clean_up_project_dir 
clean_up_project_dir ( project_name )

Removes all of the files in the various output directories for a project.

  display_license 
display_license ( progname="Genny" )

Display the license for Genny on the system console

  get_enum_string_value 
get_enum_string_value (
        i,
        container_rows,
        debug,
        )

given a set of rows return the enum string, an count of rows to skip to jump past this enum value, and a list of the enum values and definitions

  make_new_project_dir 
make_new_project_dir ( project_name )

Creates a template directory and file structure for a project.

  xml_escape 
xml_escape ( str )

  xml_unescape 
xml_unescape ( str )


Table of Contents

This document was automatically generated on Thu Feb 06 22:28:50 2003 by HappyDoc version 2.1