(self, apply_filter=True)
| 83 | |
| 84 | # The rest of these are just useful proxies |
| 85 | def get_userdata(self, apply_filter=True): |
| 86 | return self.datasource.get_userdata(apply_filter) |
| 87 | |
| 88 | def get_instance_id(self): |
| 89 | return self.datasource.get_instance_id() |
no outgoing calls