find the schema locally
(self)
| 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 """ |