MCPcopy Create free account
hub / github.com/ActiveState/code / get

Method get

recipes/Python/473884_VSS_Integration_Module/recipe-473884.py:154–160  ·  view source on GitHub ↗
(self, local, flags=None)

Source from the content-addressed store, hash-verified

152 self.vssItem.Checkin();
153
154 def get(self, local, flags=None):
155 if local is None: return;
156 if self.vssItem is not None:
157 if flags is not None:
158 self.vssItem.Get(Local=local, iFlags=flags);
159 else:
160 self.vssItem.Get(Local=local);
161
162 def __process(self, function, local=None, flags=None):
163 if function is None: return;

Callers 11

cleanMethod · 0.45
_substenvFunction · 0.45
workerFunction · 0.45
consumerFunction · 0.45
printerFunction · 0.45
do_consumeFunction · 0.45
_loadModuleFunction · 0.45
find_moduleMethod · 0.45
requestAvatarIdMethod · 0.45
getMethod · 0.45
__init__Method · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected