Method
port
Current connection port. Returns port(int): host port
(self)
Source from the content-addressed store, hash-verified
| 81 | |
| 82 | @property |
| 83 | def port(self): |
| 84 | """Current connection port. |
| 85 | |
| 86 | Returns |
| 87 | port(int): host port |
| 88 | """ |
| 89 | return self.connection.link.port() |
| 90 | |
| 91 | |
| 92 | @property |