golem.db.fs
index
/opt/local/lib/python2.4/site-packages/golem/db/fs.py

# Part of pyGolem. See LICENSE in the root of your distribution for the license.
# Andrew Walkingshaw <andrew@lexical.org.uk>

 
Modules
       
lxml.etree
golem
md5
os
shutil
sys

 
Classes
       
__builtin__.object
xmldb

 
class xmldb(__builtin__.object)
     Methods defined here:
__init__(self, path)
open-or-create xml collection
 
in the flatfile context, that corresponds to a directory, doesn't it...
- so all we do is store the file in the directory.
add(self, *filenames)
add files to database - which just means copy to directory.
qfile(self, filename, conceptlist, single=False)
query(self, *conceptsets)
# External
query_cached(self, cache, *conceptsets)

Data and other attributes defined here:
__dict__ = <dictproxy object at 0x23bd9f0>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'xmldb' objects>
list of weak references to the object (if defined)