MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / locate

Method locate

suds/xsd/sxbasic.py:548–553  ·  view source on GitHub ↗

find the schema locally

(self)

Source from the content-addressed store, hash-verified

546 return result
547
548 def locate(self):
549 """ find the schema locally """
550 if self.ns[1] == self.schema.tns[1]:
551 return None
552 else:
553 return self.schema.locate(self.ns)
554
555 def download(self, options):
556 """ download the schema """

Callers 1

openMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected