MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / open

Method open

suds/cache.py:273–278  ·  view source on GitHub ↗

Open the cache file making sure the directory is created.

(self, fn, *args)

Source from the content-addressed store, hash-verified

271 pass
272
273 def open(self, fn, *args):
274 """
275 Open the cache file making sure the directory is created.
276 """
277 self.mktmp()
278 return open(fn, *args)
279
280 def checkversion(self):
281 path = os.path.join(self.location, 'version')

Callers 10

putMethod · 0.95
putfMethod · 0.95
getfMethod · 0.95
checkversionMethod · 0.95
convertFileMethod · 0.45
jquery.jsFile · 0.45
learnpython.jsFile · 0.45
jquery.wysiwyg.jsFile · 0.45
previewFunction · 0.45
refreshPreviewFunction · 0.45

Calls 1

mktmpMethod · 0.95

Tested by

no test coverage detected