(self)
| 243 | return False |
| 244 | |
| 245 | def is_public(self): |
| 246 | if "nw_type" in self.address and self.address['nw_type'] in ['public']: |
| 247 | return True |
| 248 | return False |
| 249 | |
| 250 | def is_private_gateway(self): |
| 251 | if "is_private_gateway" in self.address: |
no outgoing calls
no test coverage detected