(self)
| 913 | return False |
| 914 | |
| 915 | def is_public(self): |
| 916 | if "nw_type" in self.address and self.address['nw_type'] in ['public']: |
| 917 | return True |
| 918 | return False |
| 919 | |
| 920 | def is_private_gateway(self): |
| 921 | if "is_private_gateway" in self.address: |
no outgoing calls