MCPcopy Create free account

hub / github.com/Yeraze/CalendarHangout / functions

Functions465 in github.com/Yeraze/CalendarHangout

↓ 1 callersFunctionquality_parsed
Find the best match for a mime-type amongst parsed media-ranges. Find the best match for a given mime-type against a list of media_ranges tha
apiclient/mimeparse.py:113
↓ 1 callersMethodrefresh
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:147
↓ 1 callersMethodserialize
Perform the actual Python object serialization. Args: body_value: object, the request body as a Python object. Returns: string,
apiclient/model.py:211
↓ 1 callersMethodset
(self, key, value)
httplib2/__init__.py:713
↓ 1 callersMethodset_parameters
Populates maps and lists based on method description. Iterates through each parameter for the method and parses the values from the parameter
apiclient/discovery.py:512
↓ 1 callersMethodstream
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:197
↓ 1 callersMethodto_json
Create a JSON representation of an instance of MediaUpload. Returns: string, a JSON representation of this instance, suitable to pass to
apiclient/http.py:226
↓ 1 callersFunctionurlnorm
(uri)
httplib2/__init__.py:215
↓ 1 callersMethodvalidate
(self, value)
oauth2client/appengine.py:216
FunctionHTTPResponse__getheaders
Return list of (header, value) tuples.
httplib2/__init__.py:126
Method__call__
Implements the callable interface that discovery.build() expects of requestBuilder, which is to build an object compatible with HttpRequest.ex
apiclient/http.py:1410
Method__getattr__
(self, name)
httplib2/__init__.py:1653
Method__getstate__
Trim the state down to something that can be pickled. Uses the fact that the instance variable _dynamic_attrs holds attrs that will be wiped
apiclient/discovery.py:869
Method__getstate__
(self)
httplib2/__init__.py:1208
Method__init__
Constructor. Args: discovery: object, Deserialized discovery document from which we pull out the named schema.
apiclient/schema.py:73
Method__init__
Constructor. Args: schema: object, Parsed JSON schema. seen: list, List of names of schema already seen while parsing. Used to
apiclient/schema.py:171
Method__init__
(self, reason, resp=None, content=None)
apiclient/errors.py:113
Method__init__
Constructor for an UnexpectedMethodError.
apiclient/errors.py:128
Method__init__
Constructor for an UnexpectedMethodError.
apiclient/errors.py:137
Method__init__
Constructor. Args: resumable_progress: int, bytes sent so far. total_size: int, total bytes in complete upload, or None if the total
apiclient/http.py:63
Method__init__
Constructor. Args: resumable_progress: int, bytes received so far. total_size: int, total bytes in complete download.
apiclient/http.py:90
Method__init__
Constructor. Args: fd: io.Base or file object, The source of the bytes to upload. MUST be opened in blocking mode, do not use strea
apiclient/http.py:280
Method__init__
Constructor. Args: filename: string, Name of the file. mimetype: string, Mime-type of the file. If None then a mime-type will be
apiclient/http.py:405
Method__init__
Create a new MediaInMemoryUpload. DEPRECATED: Use MediaIoBaseUpload with either io.TextIOBase or StringIO for the stream. Args: body: stri
apiclient/http.py:452
Method__init__
Constructor. Args: fd: io.Base or file object, The stream in which to write the downloaded bytes. request: apiclient.http.Htt
apiclient/http.py:494
Method__init__
Constructor. Args: stream: (io.Base, file object), the stream to wrap. begin: int, the seek position the chunk begins at. chunk
apiclient/http.py:580
Method__init__
Constructor for an HttpRequest. Args: http: httplib2.Http, the transport object to use to make a request postproc: callable, called o
apiclient/http.py:614
Method__init__
Constructor for a BatchHttpRequest. Args: callback: callable, A callback to be called for each response, of the form callback(id, r
apiclient/http.py:969
Method__init__
Constructor for HttpRequestMock Args: resp: httplib2.Response, the response to emulate coming from the request content: string, the r
apiclient/http.py:1341
Method__init__
Constructor for RequestMockBuilder The constructed object should be a callable object that can replace the class HttpResponse. responses
apiclient/http.py:1394
Method__init__
Args: iterable: iterable, a sequence of pairs of (headers, body)
apiclient/http.py:1502
Method__init__
Constructor for ResourceMethodParameters. Sets default values and defers to set_parameters to populate. Args: method_desc: Dictionary
apiclient/discovery.py:489
Method__init__
Build a Resource from the API description. Args: http: httplib2.Http, Object to make http requests with. baseUrl: string, base URL fo
apiclient/discovery.py:827
Method__init__
Notification constructor. Args: message_number: int, The unique id number of this notification. state: str, The state of the resource
apiclient/channel.py:110
Method__init__
Create a new Channel. In user code, this Channel constructor will not typically be called manually since there are functions for creating cha
apiclient/channel.py:151
Method__init__
Construct a JsonModel. Args: data_wrapper: boolean, wrap requests and responses in a data wrapper
apiclient/model.py:245
Method__init__
Constructs a ProtocolBufferModel. The serialzed protocol buffer returned in an HTTP response will be de-serialized using the given protocol b
apiclient/model.py:319
Method__init__
Create an instance of OAuth2Credentials. This constructor is not usually called by the user, instead OAuth2Credentials objects are instantiat
oauth2client/client.py:394
Method__init__
Create an instance of OAuth2Credentials This is one of the few types if Credentials that you should contrust, Credentials objects are usually
oauth2client/client.py:778
Method__init__
Constructor for AssertionFlowCredentials. Args: assertion_type: string, assertion type that will be declared to the auth server
oauth2client/client.py:835
Method__init__
Constructor for SignedJwtAssertionCredentials. Args: service_account_name: string, id for account, usually an email address. pr
oauth2client/client.py:905
Method__init__
Constructor for OAuth2WebServerFlow. The kwargs argument is used to set extra query parameters on the auth_uri. For example, the access_type
oauth2client/client.py:1161
Method__init__
Constructor. Args: service_name: string, The name of the service under which the credentials are stored. user_name: string, T
oauth2client/keyring_storage.py:50
Method__init__
Create an Opener. Args: filename: string, The pathname of the file. mode: string, The preferred mode to access the file with. f
oauth2client/locked_file.py:60
Method__init__
Construct a LockedFile. Args: filename: string, The path of the file to open. mode: string, The mode to try to open the file with.
oauth2client/locked_file.py:325
Method__init__
Constructor for AppAssertionCredentials Args: scope: string or iterable of strings, scope(s) of the credentials being requested.
oauth2client/appengine.py:156
Method__init__
Constructor for Storage. Args: model: db.Model or ndb.Model, model class key_name: string, key name for the entity that has the crede
oauth2client/appengine.py:371
Method__init__
Constructor Args: filename: string, File name of client secrets. scope: string or iterable of strings, scope(s) of the credentials be
oauth2client/appengine.py:907
Method__init__
Constructor for AppAssertionCredentials Args: scope: string or iterable of strings, scope(s) of the credentials being requested.
oauth2client/gce.py:52
Method__init__
Initialize the class. This will create the file if necessary.
oauth2client/multistore_file.py:191
Method__init__
(self, multistore, key)
oauth2client/multistore_file.py:215
Method__init__
Constructor. Args: pubkey, OpenSSL.crypto.PKey, The public key to verify with.
oauth2client/crypt.py:45
Method__init__
Constructor. Args: pkey, OpenSSL.crypto.PKey (or equiv), The private key to sign with.
oauth2client/crypt.py:95
Method__init__
Constructor. Args: pubkey, OpenSSL.crypto.PKey (or equiv), The public key to verify with.
oauth2client/crypt.py:148
Method__init__
Constructor. Args: pkey, OpenSSL.crypto.PKey (or equiv), The private key to sign with.
oauth2client/crypt.py:200
Method__init__
(self, *args, **kwargs)
oauth2client/django_orm.py:34
Method__init__
(self, *args, **kwargs)
oauth2client/django_orm.py:59
Method__init__
(self, filename)
oauth2client/file.py:39
Method__init__
(self, desc, response, content)
httplib2/__init__.py:141
Method__init__
(self, desc, host, cert)
httplib2/__init__.py:160
Method__init__
(self, credentials, host, request_uri, headers, response, content, http)
httplib2/__init__.py:467
Method__init__
(self, credentials, host, request_uri, headers, response, content, http)
httplib2/__init__.py:501
Method__init__
(self, credentials, host, request_uri, headers, response, content, http)
httplib2/__init__.py:513
Method__init__
(self, credentials, host, request_uri, headers, response, content, http)
httplib2/__init__.py:572
Method__init__
(self, credentials, host, request_uri, headers, response, content, http)
httplib2/__init__.py:636
Method__init__
(self, credentials, host, request_uri, headers, response, content, http)
httplib2/__init__.py:653
Method__init__
(self, cache, safe=safename)
httplib2/__init__.py:696
Method__init__
(self)
httplib2/__init__.py:725
Method__init__
The parameter proxy_type must be set to one of socks.PROXY_TYPE_XXX constants. For example: p = ProxyInfo(proxy_type=socks.PROXY_TYPE
httplib2/__init__.py:751
Method__init__
(self, host, port=None, strict=None, timeout=None, proxy_info=None)
httplib2/__init__.py:859
Method__init__
(self, host, port=None, key_file=None, cert_file=None, strict=None, timeout=None, proxy_info=
httplib2/__init__.py:924
Method__init__
(self, host, port=None, key_file=None, cert_file=None, strict=None, timeout=None, proxy_i
httplib2/__init__.py:1098
Method__init__
(self, host, port=None, key_file=None, cert_file=None, strict=None, timeout=None, proxy_i
httplib2/__init__.py:1106
Method__init__
(self, info)
httplib2/__init__.py:1632
Method__init__
(self, family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0, _sock=None)
httplib2/socks.py:123
Method__repr__
(self)
apiclient/errors.py:56
Method__repr__
(self)
apiclient/errors.py:118
Method__setstate__
Reconstitute the state of the object from being pickled. Uses the fact that the instance variable _dynamic_attrs holds attrs that will be wip
apiclient/discovery.py:881
Method__setstate__
Reconstitute the state of the object from being pickled.
oauth2client/client.py:612
Method__setstate__
(self, state)
httplib2/__init__.py:1218
Method_from_base_type
Converts our stored JSON string back to the desired type. Args: value: A value from the datastore to be converted to the desired type.
oauth2client/appengine.py:342
Method_generate_assertion
Generate the assertion that will be used in the request.
oauth2client/client.py:962
Method_generate_refresh_request_body
(self)
oauth2client/client.py:860
Method_get_kind
Return the kind name for this class.
oauth2client/appengine.py:109
Method_get_kind
Return the kind name for this class.
oauth2client/appengine.py:503
Method_refresh
(self, http_request)
oauth2client/client.py:809
Method_refresh
Refreshes the access_token. Since the underlying App Engine app_identity implementation does its own caching we can skip all the storage hoop
oauth2client/appengine.py:173
Method_refresh
Refreshes the access_token. Skip all the storage hoops and just refresh using the API. Args: http_request: callable, a callable that m
oauth2client/gce.py:69
Method_revoke
Revokes the access_token and deletes the store if available. Args: http_request: callable, a callable that matches the method signature of
oauth2client/client.py:813
Method_revoke
Revokes the access_token and deletes the store if available. Args: http_request: callable, a callable that matches the method signature of
oauth2client/client.py:876
Function_sub
(match)
uritemplate/__init__.py:97
Method_to_base_type
Converts our validated value to a JSON serialized string. Args: value: A value to be set in the datastore. Returns: A JS
oauth2client/appengine.py:328
Function_tostring
(varname, value, explode, operator, safe="")
uritemplate/__init__.py:13
Function_tostring_path
(varname, value, explode, operator, safe="")
uritemplate/__init__.py:30
Function_tostring_query
(varname, value, explode, operator, safe="")
uritemplate/__init__.py:54
Method_validate
Validates a value as a proper Flow object. Args: value: A value to be set on the property. Raises: TypeError if the valu
oauth2client/appengine.py:239
Method_validate
Validates a value as a proper credentials object. Args: value: A value to be set on the property. Raises: TypeError if t
oauth2client/appengine.py:314
Methodaccess_token_expired
True if the credential is expired or invalid. If the token_expiry isn't set, we assume the token doesn't expire.
oauth2client/client.py:572
Methodacquire_lock
Acquires any lock necessary to access this Storage. This lock is not reentrant.
oauth2client/keyring_storage.py:62
Methodacquire_lock
Acquires any lock necessary to access this Storage. This lock is not reentrant.
oauth2client/multistore_file.py:219
← previousnext →201–300 of 465, ranked by callers