mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
kill wrapping of api methods
This commit is contained in:
@@ -74,10 +74,6 @@ class Session(object):
|
||||
# Set up a CookieJar to be used by default
|
||||
self.cookies = cookielib.FileCookieJar()
|
||||
|
||||
# Map and wrap requests.api methods
|
||||
# self._map_api_methods()
|
||||
|
||||
|
||||
def __repr__(self):
|
||||
return '<requests-client at 0x%x>' % (id(self))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user