Module pgtml2insert

Module pgtml2insert

SYNOPSIS

# Functions
def capwords(s, sep=None)
def center(s, width)
def index(s, sub, i = 0, last=None)
def ljust(s, width)
def main()
def rindex(s, sub, i = 0, last=None)
def rjust(s, width)
def sqlFilter(value)
def usage(*args)
def zfill(x, width)
atof(s) -> float
atoi(s [,base]) -> int
atol(s [,base]) -> long
capitalize(s) -> string
count(s, sub[, start[, end]]) -> int
expandtabs(string, [tabsize]) -> string
find(s, sub [,start [,end]]) -> in
built-in function join
built-in function join
lower(s) -> string
lstrip(s) -> string
maketrans(frm, to) -> string
replace (str, old, new[, maxsplit]) -> string
rfind(s, sub [,start [,end]]) -> int
rstrip(s) -> string
built-in function split
built-in function split
strip(s) -> string
swapcase(s) -> string
translate(s,table [,deletechars]) -> string
upper(s) -> string
# Variables
float EURO = 6.55957
string KEYROW = 'key_row'
int PYTHONDEBUG = 0
string SERIALTYPE = 'integer'
string __file__ = './pgtml2insert.pyc'
string digits = '0123456789'
string hexdigits = '0123456789abcdefABCDEF'
string letters = 'abcdefghijklmnopqrstuvwxy ...
string lowercase = 'abcdefghijklmnopqrstuvwxyz'
string octdigits = '01234567'
file stderr = <open file '<stderr>', mod ...
file stdin = <open file '<stdin>', mode ...
file stdout = <open file '<stdout>', mod ...
string uppercase = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
string whitespace = '\011\012\013\014\015 '

DESCRIPTION

Copyright (C) 2001 PimenTech SARL (http://www.pimentech.net)

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

This library 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 Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

SEE ALSO

getopt
os
xml.sax.saxexts
xml.sax.saxlib

Generated by HTMLFormatter at Fri Dec 20 18:58:44 2002