Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions
pip._vendor.urllib3.packages.backports.makefile Namespace Reference

Functions

 backport_makefile (self, mode="r", buffering=None, encoding=None, errors=None, newline=None)
 

Detailed Description

backports.makefile
~~~~~~~~~~~~~~~~~~

Backports the Python 3 ``socket.makefile`` method for use with anything that
wants to create a "fake" socket object.

Function Documentation

◆ backport_makefile()

pip._vendor.urllib3.packages.backports.makefile.backport_makefile (   self,
  mode = "r",
  buffering = None,
  encoding = None,
  errors = None,
  newline = None 
)
Backport of ``socket.makefile`` from Python 3.5.