userver: pytest_userver.utils.net.HostPort Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
pytest_userver.utils.net.HostPort Class Reference

Detailed Description

Class that holds a host and port.

Definition at line 17 of file net.py.

Static Public Attributes

str host
 
int port
 

Member Data Documentation

◆ host

str pytest_userver.utils.net.HostPort.host
static

Definition at line 24 of file net.py.

◆ port

int pytest_userver.utils.net.HostPort.port
static

Definition at line 25 of file net.py.


The documentation for this class was generated from the following file:
  • /data/code/userver/testsuite/pytest_plugins/pytest_userver/utils/net.py