Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
api.py File Reference

Go to the source code of this file.

Namespaces

namespace  pip
 
namespace  pip._vendor
 
namespace  pip._vendor.requests
 
namespace  pip._vendor.requests.api
 

Functions

 request (method, url, **kwargs)
 
 get (url, params=None, **kwargs)
 
 options (url, **kwargs)
 
 head (url, **kwargs)
 
 post (url, data=None, json=None, **kwargs)
 
 put (url, data=None, **kwargs)
 
 patch (url, data=None, **kwargs)
 
 delete (url, **kwargs)