python-network
Python module for easy networking

◆ makestr

network.makestr = lambda x: str(x, 'utf8', 'replace') if isinstance(x, bytes) else x

Definition at line 72 of file network.py.