Home | History | Annotate | Download | only in test

Lines Matching refs:source_port

1315         self.source_port = test_support.find_unused_port()
1335 source_address=('', self.source_port))
1337 self.assertEqual(self.cli.getsockname()[1], self.source_port)