Module qmlservhandler

Module qmlservhandler

SYNOPSIS

# Classes
class QmlServHandler(StreamRequestHandler)
# Functions
def capwords(s, sep=None)
def center(s, width)
def index(s, sub, i = 0, last=None)
def ljust(s, width)
def rindex(s, sub, i = 0, last=None)
def rjust(s, width)
def sqlFilter(value)
def zfill(x, width)
StringIO([s]) -- Return a StringIO-like stream for reading or writing
asctime(tuple) -> string
atof(s) -> float
atoi(s [,base]) -> int
atol(s [,base]) -> long
capitalize(s) -> string
clock() -> floating point number
count(s, sub[, start[, end]]) -> int
ctime(seconds) -> string
expandtabs(string, [tabsize]) -> string
find(s, sub [,start [,end]]) -> in
gmtime(seconds) -> tuple
built-in function join
built-in function join
built-in function localtime
lower(s) -> string
lstrip(s) -> string
maketrans(frm, to) -> string
mktime(tuple) -> floating point number
replace (str, old, new[, maxsplit]) -> string
rfind(s, sub [,start [,end]]) -> int
rstrip(s) -> string
sleep(seconds)
built-in function split
built-in function split
strftime(format, tuple) -> string
strip(s) -> string
built-in function strptime
swapcase(s) -> string
time() -> floating point number
translate(s,table [,deletechars]) -> string
upper(s) -> string
# Variables
int PYTHONDEBUG = 0
string __file__ = './qmlservhandler.pyc'
int socket_type = 1
int altzone = -7200
int socket_type = 1
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 ...
int timezone = -3600
tuple tzname = ('CET', 'CEST')
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

SocketServer
os
xml.sax.saxexts
xml.sax.saxlib

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