(self)
| 115 | return instance |
| 116 | |
| 117 | def is_proxy(self): |
| 118 | if self.locked and self.name == PROXY_PROFILE_NAME: |
| 119 | return True |
| 120 | return False |
| 121 | |
| 122 | def is_redirect(self): |
| 123 | if self.locked and self.name == REDIRECT_PROFILE_NAME: |
no outgoing calls
no test coverage detected