pythfilter.py File Reference

Go to the source code of this file.

Namespaces

namespace  pythfilter

Functions

def pythfilter::output
def pythfilter::rec_name_n_param
def pythfilter::start_recording
def pythfilter::is_recording_finished
def pythfilter::gather_comment
 Gather comment block.
def pythfilter::print_comment
 Output comment block and empty buffer.
def pythfilter::set_state
def pythfilter::get_state
def pythfilter::push_state
def pythfilter::pop_state
def pythfilter::tok_eater
def pythfilter::dump
def pythfilter::filter
def pythfilter::filterFile
def pythfilter::preparePath
def pythfilter::isNewer
def pythfilter::convert

Variables

int pythfilter::OUTSIDE = 0
int pythfilter::BUILD_COMMENT = 1
int pythfilter::BUILD_CLASS_DECL = 2
int pythfilter::BUILD_CLASS_BODY = 3
int pythfilter::BUILD_DEF_DECL = 4
int pythfilter::BUILD_DEF_BODY = 5
int pythfilter::IMPORT = 6
int pythfilter::IMPORT_OP = 7
int pythfilter::IMPORT_APPEND = 8
 pythfilter::outfile = sys.stdout
list pythfilter::outbuffer = []
int pythfilter::out_row = 0
int pythfilter::out_col = 0
string pythfilter::name = ""
string pythfilter::param = ""
string pythfilter::doc_string = ""
int pythfilter::record_state = 0
int pythfilter::bracket_counter = 0
tuple pythfilter::class_spos = (0,0)
tuple pythfilter::def_spos = (0,0)
tuple pythfilter::import_spos = (0,0)
string pythfilter::import_token = ""
list pythfilter::comment_block = []
int pythfilter::comment_finished = 0
list pythfilter::modules = []
list pythfilter::stateStack = [OUTSIDE]
 pythfilter::module_has_docstring = False
string pythfilter::protection_level = "public"
 pythfilter::private_member = False
string pythfilter::namespace = ""
 pythfilter::filter_file = False
tuple pythfilter::filename = string.join(args)
tuple pythfilter::c = convert(args[0],args[1])


Generated on Sun Mar 22 09:59:14 2009 for Multiperfect Number Generator by  doxygen 1.5.8