def get(self, query): if isinstance(query, template): self.get_template(query) else: self.get_old(query) #Don't break old code!
Now whether maintainers introduce `getSafe` and keep the old behavior intact, or make a breaking change to turn `get` into `getUnsafe`, we will see