MCPcopy Create free account

hub / github.com/Yeraze/CalendarHangout / functions

Functions465 in github.com/Yeraze/CalendarHangout

Methodoauth_required
Decorator that starts the OAuth 2.0 dance. Starts the OAuth dance for the logged in user if they haven't already granted access for this appl
oauth2client/appengine.py:680
Methodopen_and_lock
Open the file and lock it. Tries to create a .lock file next to the file we're trying to open. Args: timeout: float, How long to try t
oauth2client/locked_file.py:103
Methodopen_and_lock
Open the file and lock it. Args: timeout: float, How long to try to lock for. delay: float, How long to wait between retries
oauth2client/locked_file.py:175
Methodopen_and_lock
Open the file and lock it. Args: timeout: float, How long to try to lock for. delay: float, How long to wait between retries
oauth2client/locked_file.py:250
Methodopen_and_lock
Open the file, trying to lock it. Args: timeout: float, The number of seconds to try to acquire the lock. delay: float, The number of
oauth2client/locked_file.py:358
Functionpositional
A decorator to declare that only the first N arguments my be positional. This decorator makes it easy to support Python 3 style key-word only par
oauth2client/util.py:51
Functionpositional_decorator
(wrapped)
oauth2client/util.py:118
Functionpositional_wrapper
(*args, **kwargs)
oauth2client/util.py:119
Methodprogress
Percent of upload completed, as a float. Returns: the percentage complete as a float, returning 0.0 if the total size of the upload i
apiclient/http.py:74
Methodprogress
Percent of download completed, as a float. Returns: the percentage complete as a float, returning 0.0 if the total size of the downlo
apiclient/http.py:100
Functionproxy_info_from_environment
Read proxy info from the environment variables.
httplib2/__init__.py:789
Functionquality
Return the quality ('q') of a mime-type against a list of media-ranges. Returns the quality 'q' of a mime-type when compared against the medi
apiclient/mimeparse.py:126
Methodrefresh
Forces a refresh of the access_token. Args: http: httplib2.Http, an http object to be used to make the refresh request.
oauth2client/client.py:509
Methodrelease_lock
Release the Storage lock. Trying to release a lock that isn't held will result in a RuntimeError.
oauth2client/keyring_storage.py:68
Methodrelease_lock
Release the Storage lock. Trying to release a lock that isn't held will result in a RuntimeError.
oauth2client/multistore_file.py:226
Methodrelease_lock
Release the Storage lock. Trying to release a lock that isn't held will result in a RuntimeError.
oauth2client/file.py:54
Methodrequest
(self, uri, method='GET', body=None, headers=None, red
apiclient/http.py:1510
Methodrequest
Updates outgoing requests with a serialized body. Args: headers: dict, request headers path_params: dict, parameters that appear in t
apiclient/model.py:120
Methodrequest
Modify the request headers to add the appropriate Authorization header. Over-ride this in sub-classes.
httplib2/__init__.py:483
Methodrequest
Modify the request headers to add the appropriate Authorization header.
httplib2/__init__.py:504
Methodrequest
Modify the request headers
httplib2/__init__.py:527
Methodrequest
Modify the request headers
httplib2/__init__.py:602
Methodrequest
Modify the request headers to add the appropriate Authorization header.
httplib2/__init__.py:639
Methodrequest
Modify the request headers to add the appropriate Authorization header.
httplib2/__init__.py:675
Methodresponse
Convert the response wire format into a Python object. Args: resp: httplib2.Response, the HTTP response headers and status content: s
apiclient/model.py:69
Methodresponse
Convert the response wire format into a Python object. Args: resp: httplib2.Response, the HTTP response headers and status content: s
apiclient/model.py:185
Methodresponse
(self, response, content)
httplib2/__init__.py:552
Methodresponse
(self, response, content)
httplib2/__init__.py:621
Methodresumable
Whether this upload is resumable. Returns: True if resumable upload or False.
apiclient/http.py:333
Methodrevoke
Revokes a refresh_token and makes the credentials void. Args: http: httplib2.Http, an http object to be used to make the revoke req
oauth2client/client.py:156
Methodrevoke
Revokes a refresh_token and makes the credentials void. Args: http: httplib2.Http, an http object to be used to make the revoke req
oauth2client/client.py:518
Functionrun
(*args, **kwargs)
oauth2client/tools.py:239
Functionrun
Core code for a command-line application. The run() function is called from your application and runs through all the steps to obtain credentials
oauth2client/old_run.py:48
Functionrun_flow
Core code for a command-line application. The run() function is called from your application and runs through all the steps to obtain credentials
oauth2client/tools.py:110
Functionsafename
Return a filename suitable for the cache. Strips dangerous and common characters to create a filename we can use to store the cache in.
httplib2/__init__.py:235
Functionscopes_to_string
Converts scope value to a string. If scopes is a string then it is simply passed through. If scopes is an iterable then a string is returned that
oauth2client/util.py:142
Methodserialize
(self, body_value)
apiclient/model.py:253
Methodserialize
(self, body_value)
apiclient/model.py:331
Methodset_credentials
(self, credentials)
oauth2client/appengine.py:574
Methodset_flow
(self, flow)
oauth2client/appengine.py:589
Functionset_user_agent
Set the user-agent on every request. Args: http - An instance of httplib2.Http or something that acts like it. user_agent: strin
apiclient/http.py:1531
Functionsetdefaultproxy
setdefaultproxy(proxytype, addr[, port[, rdns[, username[, password]]]]) Sets a default proxy which all further socksocket objects will use, u
httplib2/socks.py:96
Methodsetup_oauth
(request_handler, *args, **kwargs)
oauth2client/appengine.py:758
Methodsign
Signs a message. Args: message: string, Message to be signed. Returns: string, The signature of the message for the give
oauth2client/crypt.py:208
Methodsize
Size of upload. Returns: Size of the body, or None of the size is unknown.
apiclient/http.py:325
Methodstream
A stream interface to the data being uploaded. Returns: The returned value is an io.IOBase subclass that supports seek, i.e. seekable
apiclient/http.py:367
Methodtest_iri
Test that the right type of escaping is done for each part of the URI.
httplib2/iri2uri.py:98
Methodtest_uris
Test that URIs are invariant under the transformation.
httplib2/iri2uri.py:84
Methodto_json
This upload type is not serializable.
apiclient/http.py:376
Methodto_json
Creating a JSON representation of an instance of MediaFileUpload. Returns: string, a JSON representation of this instance, suitable to pas
apiclient/http.py:428
Methodto_json
Returns a JSON representation of the HttpRequest.
apiclient/http.py:906
Methodto_json
(self)
oauth2client/client.py:535
Methodto_python
(self, value)
oauth2client/django_orm.py:42
Methodto_python
(self, value)
oauth2client/django_orm.py:67
Functiontunnel_patch
Tunnel PATCH requests over POST. Args: http - An instance of httplib2.Http or something that acts like it. Returns: A modified
apiclient/http.py:1571
Methodunlock_and_close
Unlock a file by removing the .lock file, and close the handle.
oauth2client/locked_file.py:153
Methodunlock_and_close
Close and unlock the file using the fcntl.lockf primitive.
oauth2client/locked_file.py:223
Methodunlock_and_close
Close and unlock the file using the win32 primitive.
oauth2client/locked_file.py:305
Methodunlock_and_close
Unlock and close a file.
oauth2client/locked_file.py:371
Methodvalidate
(self, value)
oauth2client/appengine.py:288
Functionvalidate_token
Validates that the given token authorizes the user for the action. Tokens are invalid if the time of issue is too old or if the token does not ma
oauth2client/xsrfutil.py:70
Methodverify
Verifies a message against a signature. Args: message: string, The message to verify. signature: string, The signature on the m
oauth2client/crypt.py:156
Functionverify_id_token
Verifies a signed JWT id_token. This function requires PyOpenSSL and because of that it does not work on App Engine. Args: id_toke
oauth2client/client.py:984
Functionverify_signed_jwt_with_certs
Verify a JWT against public certs. See http://self-issued.info/docs/draft-jones-json-web-token.html. Args: jwt: string, A JWT. certs: di
oauth2client/crypt.py:302
Functionwrapmodule
wrapmodule(module) Attempts to replace a module's socket library with a SOCKS socket. Must set a default proxy using setdefaultproxy(...) firs
httplib2/socks.py:104
← previous401–465 of 465, ranked by callers