Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



The CapabilitySet Class

A CapabilitySet instance represents a request for one or more supported API capabilities .

CapabilitySet is provided by the google.appengine.api.capabilities package.

Constructor

class CapabilitySet ( capabilities , methods )

This class defines all of the available methods for this API. You can either name capabilities explicitly or infer them from the methods provided by the class. These methods allow you to test if a particular capability is enabled, and also provide notices to administrators for a given capability (if available).

Arguments

capabilities = None

A string or list of strings indicating the supported capabilities you wish to test.

methods = None

String providing the instance methods to use for testing.

Instance Methods

A CapabilitySet instance has the following methods:

is_enabled ()
Tests if a capability is enabled.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.