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

Method known

suds/resolver.py:462–469  ·  view source on GitHub ↗

get the type specified in the object's metadata

(self, object)

Source from the content-addressed store, hash-verified

460 return container.wsdl
461
462 def known(self, object):
463 """ get the type specified in the object's metadata """
464 try:
465 md = object.__metadata__
466 known = md.sxtype
467 return known
468 except:
469 pass
470
471
472class Frame:

Callers 1

findMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected