Exemplo n.º 1
0
 def load(self, entryid):
     """
     Takes an entryid and keeps track of the filename.  We only
     open the file when it's requested with getEntry.
     """
     BlosxomCacheBase.load(self, entryid)
     filename = os.path.join(self._config, entryid.replace('/', '_'))
     self._cachefile = filename + '.entrypickle'
Exemplo n.º 2
0
 def load(self, entryid):
     """
     Takes an entryid and keeps track of the filename.  We only
     open the file when it's requested with getEntry.
     """
     BlosxomCacheBase.load(self, entryid)
     filename = os.path.join(self._config, entryid.replace('/', '_'))
     self._cachefile = filename + '.entrypickle'
Exemplo n.º 3
0
 def load(self, entryid):
     """
     Loads a specific entryid.
     """
     BlosxomCacheBase.load(self, entryid)
Exemplo n.º 4
0
 def load(self, entryid):
     BlosxomCacheBase.load(self, entryid)
Exemplo n.º 5
0
 def load(self, entryid):
     BlosxomCacheBase.load(self, entryid)
     self._cacheFile = os.path.join(self._config, entryid.replace('/', '_')) + \
             '.entrypickle'
Exemplo n.º 6
0
 def load(self, entryid):
     """
     Loads a specific entryid.
     """
     BlosxomCacheBase.load(self, entryid)
Exemplo n.º 7
0
 def load(self, entryid):
     BlosxomCacheBase.load(self, entryid)
     self._cacheFile = os.path.join(self._config, entryid.replace('/', '_')) + \
             '.entrypickle'
Exemplo n.º 8
0
 def load(self, entryid):
     BlosxomCacheBase.load(self, entryid)
Exemplo n.º 9
0
 def load(self, entryid):
     BlosxomCacheBase.load(self, entryid)
     self._cacheFile = os.path.join(self._config, entryid.replace("/", "_")) + ".entrypickle"