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

Method get

suds/cache.py:43–51  ·  view source on GitHub ↗

Get a object from the cache by ID. @param id: The object ID. @type id: str @return: The object, else None @rtype: any

(self, id)

Source from the content-addressed store, hash-verified

41 """
42
43 def get(self, id):
44 """
45 Get a object from the cache by ID.
46 @param id: The object ID.
47 @type id: str
48 @return: The object, else None
49 @rtype: any
50 """
51 raise Exception('not-implemented')
52
53 def getf(self, id):
54 """

Callers 15

main.pyFile · 0.45
init_tutorialsFunction · 0.45
get_language_namesFunction · 0.45
get_domain_dataFunction · 0.45
signinFunction · 0.45
signupFunction · 0.45
registerExtensionsMethod · 0.45
add_qnameFunction · 0.45
codepoint2nameMethod · 0.45
__processPlaceholdersMethod · 0.45
jquery.jsFile · 0.45
bootstrap.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected