MCPcopy Create free account

hub / github.com/Yeraze/CalendarHangout / functions

Functions465 in github.com/Yeraze/CalendarHangout

Methodacquire_lock
Acquires any lock necessary to access this Storage. This lock is not reentrant.
oauth2client/file.py:48
Methodadd_certificate
Add a key and cert that will be used any time a request requires authentication.
httplib2/__init__.py:1237
Methodadd_credentials
Add a name and password that will be used any time a request requires authentication.
httplib2/__init__.py:1232
Methodadd_response_callback
add_response_headers_callback Args: cb: Callback to be called on receiving the response headers, of signature: def cb(resp):
apiclient/http.py:727
Methodauthorize
Authorize an httplib2.Http instance with these credentials. The modified http.request method will add authentication headers to each request
oauth2client/client.py:439
Functionbest_match
Return mime-type with the highest quality ('q') from list of candidates. Takes a list of supported mime-types and finds the best match for all th
apiclient/mimeparse.py:142
Methodbody
Build a body from the Channel. Constructs a dictionary that's appropriate for passing into watch() methods as the value of body argument.
apiclient/channel.py:185
Functionbuild
Construct a Resource for interacting with an API. Construct a Resource object for interacting with an API. The serviceName and version are the na
apiclient/discovery.py:143
Methodcallback_application
WSGI application for handling the OAuth 2.0 redirect callback. If you need finer grained control use `callback_handler` which returns just th
oauth2client/appengine.py:869
Methodcallback_path
The absolute path where the callback will occur. Note this is the absolute path, not the absolute URI, that will be calculated by the decorat
oauth2client/appengine.py:811
Methodcheck_oauth
(request_handler, *args, **kwargs)
oauth2client/appengine.py:691
Methodchunksize
Chunk size for resumable uploads. Returns: Chunk size in bytes.
apiclient/http.py:309
Methodclear_credentials
Remove all the names and passwords that are used for authentication
httplib2/__init__.py:1242
Methodconnect
Connect to a host on a given (SSL) port.
httplib2/__init__.py:989
Methodconnect
connect(self, despair) Connects to the specified destination through a proxy. destpar - A tuple of the IP/DNS address and the port num
httplib2/socks.py:394
MethodcreateResourceMethod
Create a method on the Resource to access a nested Resource. Args: methodName: string, name of the method to use. methodD
apiclient/discovery.py:916
Functioncredentials_from_clientsecrets_and_code
Returns OAuth2Credentials from a clientsecrets file and an auth code. Will create the right kind of Flow based on the contents of the clientsecrets
oauth2client/client.py:1113
Functioncredentials_from_code
Exchanges an authorization code for an OAuth2Credentials object. Args: client_id: string, client identifier. client_secret: string, client
oauth2client/client.py:1073
Methoddelete
(self, key)
oauth2client/client.py:118
Methoddeserialize
(self, content)
apiclient/model.py:259
Methoddeserialize
(self, content)
apiclient/model.py:282
Methoddeserialize
(self, content)
apiclient/model.py:301
Methoddeserialize
(self, content)
apiclient/model.py:334
Functiondict_to_tuple_key
Converts a dictionary to a tuple that can be used as an immutable key. The resulting key is always sorted so that logically equivalent dictionaries
oauth2client/util.py:161
Methoddo_GET
Handle a GET request. Parses the query parameters and prints a message if the flow has completed. Note that we can't detect if an error o
oauth2client/tools.py:87
Methodempty
(self, value)
oauth2client/appengine.py:223
Methodexecute
Execute all the requests as a single batched HTTP request. Args: http: httplib2.Http, an http object to be used in place of the one the
apiclient/http.py:1265
Methodexecute
Execute the request. Same behavior as HttpRequest.execute(), but the response is mocked and not really from an HTTP request/response.
apiclient/http.py:1358
Functionexpand
(template, vars)
uritemplate/__init__.py:96
Methodfile_handle
Return the file_handle to the opened file.
oauth2client/locked_file.py:350
Methodfilename
Return the filename we were constructed with.
oauth2client/locked_file.py:346
Functionfixed_fetch
(url, payload=None, method="GET", headers={}, allow_truncated=False, follow_redirects=
httplib2/__init__.py:1083
Methodfrom_json
(s)
apiclient/http.py:438
Methodfrom_json
Returns an HttpRequest populated with info from a JSON object.
apiclient/http.py:919
Methodfrom_json
Instantiate a Credentials object from a JSON description of it. The JSON should have been produced by calling .to_json() on the object. Args
oauth2client/client.py:232
Methodfrom_json
Instantiate a Credentials object from a JSON description of it. The JSON should have been produced by calling .to_json() on the object. Args:
oauth2client/client.py:539
Methodfrom_json
(cls, s)
oauth2client/client.py:802
Methodfrom_json
(cls, s)
oauth2client/client.py:947
Methodfrom_json
(cls, json)
oauth2client/appengine.py:169
Methodfrom_json
(cls, json)
oauth2client/gce.py:65
Methodfrom_string
Construct a Verified instance from a string. Args: key_pem: string, public key in PEM format. is_x509_cert: bool, True if key_p
oauth2client/crypt.py:71
Methodfrom_string
Construct a Verified instance from a string. Args: key_pem: string, public key in PEM format. is_x509_cert: bool, True if key_p
oauth2client/crypt.py:174
Methodfrom_string
Construct a Signer instance from a string. Args: key: string, private key in PEM format. password: string, password for private
oauth2client/crypt.py:220
Methodget
(self, key)
oauth2client/client.py:112
Functionget_all_credential_keys
Gets all the registered credential keys in the given Multistore. Args: filename: The JSON file storing a set of credentials warn_on_readonl
oauth2client/multistore_file.py:146
Functionget_credential_storage
Get a Storage instance for a credential. Args: filename: The JSON file storing a set of credentials client_id: The client_id for the creden
oauth2client/multistore_file.py:76
Functionget_credential_storage_custom_string_key
Get a Storage instance for a credential using a single string as a key. Allows you to provide a string as a custom key that will be used for cred
oauth2client/multistore_file.py:99
Methodget_credentials
A thread local Credentials object. Returns: A client.Credentials object, or None if credentials hasn't been set in this thread yet, w
oauth2client/appengine.py:577
Methodget_db_prep_value
(self, value, connection, prepared=False)
oauth2client/django_orm.py:49
Methodget_db_prep_value
(self, value, connection, prepared=False)
oauth2client/django_orm.py:74
Methodget_flow
A thread local Flow object. Returns: A credentials.Flow object, or None if the flow hasn't been set in this thread yet, which happens
oauth2client/appengine.py:592
Methodget_internal_type
(self)
oauth2client/django_orm.py:39
Methodget_internal_type
(self)
oauth2client/django_orm.py:64
Methodget_value_for_datastore
(self, model_instance)
oauth2client/appengine.py:265
Methodgetbytes
Get bytes from the media. Args: begin: int, offset from beginning of file. length: int, number of bytes to read, starting at begin.
apiclient/http.py:341
Methodgetproxypeername
getproxypeername() -> address info Returns the IP and port number of the proxy.
httplib2/socks.py:297
Methodgetproxysockname
getsockname() -> address info Returns the bound IP address and port number at the proxy.
httplib2/socks.py:291
Methodhas_stream
Does the underlying upload support a streaming interface. Streaming means it is an io.IOBase subclass that supports seek, i.e. seekable() ret
apiclient/http.py:355
Methodhttp
Returns an authorized http instance. Must only be called from within an @oauth_required decorated method, or from within an @oauth_aware deco
oauth2client/appengine.py:801
Functioninit
A common initialization routine for samples. Many of the sample applications do the same initialization, which has now been consolidated into thi
apiclient/sample_tools.py:34
Functioniri2uri
(uri)
httplib2/__init__.py:97
Methodis_locked
Return whether we successfully locked the file.
oauth2client/locked_file.py:354
Functionload
(fp)
oauth2client/clientsecrets.py:89
Functionloadfile
Loading of client_secrets JSON file, optionally backed by a cache. Typical cache storage would be App Engine memcache service, but you can pass i
oauth2client/clientsecrets.py:111
Functionloads
(s)
oauth2client/clientsecrets.py:94
Methodlocked_delete
Delete Credentials file. Args: credentials: Credentials, the credentials to store.
oauth2client/keyring_storage.py:103
Methodlocked_delete
Delete Credential from datastore.
oauth2client/appengine.py:471
Methodlocked_delete
Delete a credential. The Storage lock must be held when this is called. Args: credentials: Credentials, the credentials to store
oauth2client/multistore_file.py:257
Methodlocked_delete
Delete Credentials from the datastore.
oauth2client/django_orm.py:130
Methodlocked_delete
Delete Credentials file. Args: credentials: Credentials, the credentials to store.
oauth2client/file.py:117
Methodlocked_get
Retrieve Credential from file. Returns: oauth2client.client.Credentials
oauth2client/keyring_storage.py:76
Methodlocked_get
Retrieve Credential from datastore. Returns: oauth2client.Credentials
oauth2client/appengine.py:437
Methodlocked_get
Retrieve credential. The Storage lock must be held when this is called. Returns: oauth2client.client.Credentials
oauth2client/multistore_file.py:234
Methodlocked_get
Retrieve Credential from datastore. Returns: oauth2client.Credentials
oauth2client/django_orm.py:103
Methodlocked_get
Retrieve Credential from file. Returns: oauth2client.client.Credentials Raises: CredentialsFileSymbolicLinkError if the file is
oauth2client/file.py:62
Methodlocked_put
Write Credentials to file. Args: credentials: Credentials, the credentials to store.
oauth2client/keyring_storage.py:94
Methodlocked_put
Write a Credentials to the datastore. Args: credentials: Credentials, the credentials to store.
oauth2client/appengine.py:459
Methodlocked_put
Write a credential. The Storage lock must be held when this is called. Args: credentials: Credentials, the credentials to store.
oauth2client/multistore_file.py:247
Methodlocked_put
Write a Credentials to the datastore. Args: credentials: Credentials, the credentials to store.
oauth2client/django_orm.py:119
Methodlocked_put
Write Credentials to file. Args: credentials: Credentials, the credentials to store. Raises: CredentialsFileSymbolicLinkError if
oauth2client/file.py:101
Methodlog_message
Do not log messages to stdout while running as command line program.
oauth2client/tools.py:104
Functionmake_signed_jwt
Make a signed JWT. See http://self-issued.info/docs/draft-jones-json-web-token.html. Args: signer: crypt.Signer, Cryptographic signer. p
oauth2client/crypt.py:274
Methodmake_value_from_datastore
(self, value)
oauth2client/appengine.py:211
Methodmake_value_from_datastore
(self, value)
oauth2client/appengine.py:276
Functionmakepatch
Create a patch object. Some methods support PATCH, an efficient way to send updates to a resource. This method allows the easy construction of pa
apiclient/model.py:342
Functionmessage_if_missing
Helpful message to display if the CLIENT_SECRETS file is missing.
oauth2client/tools.py:230
FunctionmethodNext
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from th
apiclient/discovery.py:786
MethodmethodResource
(self)
apiclient/discovery.py:926
Methodmimetype
Mime type of the body. Returns: Mime type.
apiclient/http.py:317
Functionnew_request
Modify the request headers to add the user-agent.
apiclient/http.py:1553
Methodnew_request
(uri, method='GET', body=None, headers=None, redirections=httplib2.DEFAULT_MAX_REDIRECTS,
oauth2client/client.py:470
Functionnew_webhook_channel
Create a new webhook Channel. Args: url: str, URL to post notifications to. token: str, An arbitrary string associated with the chann
apiclient/channel.py:257
Methodnext_chunk
Get the next chunk of the download. Args: num_retries: Integer, number of times to retry 500's with randomized exponential back
apiclient/http.py:517
Methodno_content_response
(self)
apiclient/model.py:267
Methodno_content_response
(self)
apiclient/model.py:286
Methodno_content_response
(self)
apiclient/model.py:305
Methodno_content_response
(self)
apiclient/model.py:338
Functionnotification_from_headers
Parse a notification from the webhook request headers, validate the notification, and return a Notification object. Args: channel: Channel,
apiclient/channel.py:227
Functionoauth2decorator_from_clientsecrets
Creates an OAuth2Decorator populated from a clientsecrets file. Args: filename: string, File name of client secrets. scope: string or list
oauth2client/appengine.py:944
Methodoauth_aware
Decorator that sets up for OAuth 2.0 dance, but doesn't do it. Does all the setup for the OAuth dance, but doesn't initiate it. This decorato
oauth2client/appengine.py:744
← previousnext →301–400 of 465, ranked by callers