Orbits
1
|
Functions | |
def | default_hooks |
def | dispatch_hook |
Variables | |
list | HOOKS = ['response'] |
def pip._vendor.requests.hooks.default_hooks | ( | ) |
def pip._vendor.requests.hooks.dispatch_hook | ( | key, | |
hooks, | |||
hook_data, | |||
kwargs | |||
) |
Dispatches a hook dictionary on a given piece of data.
list pip._vendor.requests.hooks.HOOKS = ['response'] |
Copyright 2014 Google Inc. All rights reserved.