Example #1
0
 def port(self):
     """abstracts the port of the dialog"""
     try:
         return int(self.url.partition(':')[2])
     except ValueError:
         return Options.defaultPort()
Example #2
0
 def port(self):
     """abstracts the port of the dialog"""
     try:
         return int(self.url.partition(':')[2])
     except ValueError:
         return Options.defaultPort()