Edit: /usr/lib/python2.6/bsddb/dbtables.pyc (24422B)
Ñò
« gc
@ sÆ d Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k Z y d d k l Z Wn# e
j
o d d k l Z n Xe e d ƒ p# d e
f d „ ƒ YZ e e _ n d e f d „ ƒ YZ d e f d „ ƒ YZ d
d" d „ ƒ YZ d e f d
„ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d Z d Z d „ Z d Z d Z d Z d „ Z d „ Z d „ Z d „ Z d „ Z! d „ Z" d d# d! „ ƒ YZ# d S($ s: $Id: dbtables.py 83624 2010-08-03 03:19:00Z ezio.melotti $iÿÿÿÿN( t dbt DBIncompleteErrorc B s e Z RS( ( t __name__t
__module__( ( ( s$ /usr/lib/python2.6/bsddb/dbtables.pyR $ s t TableDBErrorc B s e Z RS( ( R R ( ( ( s$ /usr/lib/python2.6/bsddb/dbtables.pyR ( s t TableAlreadyExistsc B s e Z RS( ( R R ( ( ( s$ /usr/lib/python2.6/bsddb/dbtables.pyR * s t Condc B s e Z d Z d „ Z RS( s! This condition matches everythingc C s d S( Ni ( ( t selft s( ( s$ /usr/lib/python2.6/bsddb/dbtables.pyt __call__0 s ( R R t __doc__R ( ( ( s$ /usr/lib/python2.6/bsddb/dbtables.pyR . s t ExactCondc B s e Z d Z d „ Z d „ Z RS( s) Acts as an exact match condition functionc C s
| | _ d S( N( t
strtomatch( R R ( ( s$ /usr/lib/python2.6/bsddb/dbtables.pyt __init__5 s c C s
| | i j S( N( R ( R R ( ( s$ /usr/lib/python2.6/bsddb/dbtables.pyR 7 s ( R R R
R
R ( ( ( s$ /usr/lib/python2.6/bsddb/dbtables.pyR 3 s t
PrefixCondc B s e Z d Z d „ Z d „ Z RS( s9 Acts as a condition function for matching a string prefixc C s
| | _ d S( N( t prefix( R R ( ( s$ /usr/lib/python2.6/bsddb/dbtables.pyR
<