Package pyb :: Module filters
[show private | hide private]
[frames | no frames]

Module pyb.filters

Module which contains a bunch of useful regular expression filters.

Copyright (C) 2004 Aetrion LLC

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Variable Summary
str allfiles = '.*'
str classes = '.*\\.class'
str cvs = '.*CVS\\.*'
str hidden = '.*\\\\..*'
str jars = '.*\\.jar'
str java = '.*\\.java'
str py = '.*\\.py$'
str pyc = '.*\\.pyc'

Variable Details

allfiles

Type:
str
Value:
'.*'                                                                   

classes

Type:
str
Value:
'.*\\.class'                                                           

cvs

Type:
str
Value:
'.*CVS\\.*'                                                            

hidden

Type:
str
Value:
'.*\\\\..*'                                                            

jars

Type:
str
Value:
'.*\\.jar'                                                             

java

Type:
str
Value:
'.*\\.java'                                                            

py

Type:
str
Value:
'.*\\.py$'                                                             

pyc

Type:
str
Value:
'.*\\.pyc'                                                             

Generated by Epydoc 2.1 on Fri Apr 23 15:39:19 2004 http://epydoc.sf.net