App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level
1
2
3
4
5
6
7
8
9
]
▼
N
google
▼
N
appengine
►
N
_internal
►
N
antlr3
►
N
dfa
C
DFA
►
N
dottreegen
C
DOTTreeGenerator
►
N
exceptions
C
BacktrackingFailed
C
EarlyExitException
C
FailedPredicateException
C
MismatchedNotSetException
C
MismatchedRangeException
C
MismatchedSetException
C
MismatchedTokenException
C
MismatchedTreeNodeException
C
MissingTokenException
C
NoViableAltException
C
RecognitionException
C
UnwantedTokenException
►
N
recognizers
C
BaseRecognizer
C
Lexer
C
Parser
C
ParserRuleReturnScope
C
RecognizerSharedState
C
RuleReturnScope
C
TokenSource
If self._state.failed: sys.stdout.write(" failed=%s" % self._state.failed)
►
N
streams
C
ANTLRFileStream
C
ANTLRInputStream
C
ANTLRStringStream
C
CharStream
C
CommonTokenStream
Token streams
TokenStream
+-
CommonTokenStream
TokenRewriteStream
C
DeleteOp
C
InsertBeforeOp
C
IntStream
Basic interfaces
IntStream
+-
CharStream
TokenStream
C
ReplaceOp
C
RewriteOperation
C
TokenRewriteStream
C
TokenStream
►
N
tokens
C
ClassicToken
C
CommonToken
C
Token
Basic token interface
►
N
tree
C
BaseTree
Warnings.warn( "Using create() is deprecated, use createWithPayload()", DeprecationWarning, stacklevel=2 )
C
BaseTreeAdaptor
C
CommonErrorNode
C
CommonTree
C
CommonTreeAdaptor
C
CommonTreeNodeStream
C
RewriteCardinalityException
Tree
related exceptions
C
RewriteEarlyExitException
C
RewriteEmptyStreamException
C
RewriteRuleElementStream
C
RewriteRuleNodeStream
C
RewriteRuleSubtreeStream
C
RewriteRuleTokenStream
C
Tree
C
TreeAdaptor
C
TreeNodeStream
C
TreeParser
C
TreeRuleReturnScope
►
N
treewizard
C
TreePattern
C
TreePatternLexer
C
TreePatternParser
C
TreePatternTreeAdaptor
C
TreeWizard
C
WildcardTreePattern
►
N
django
►
N
conf
►
N
app_template
►
N
tests
C
SimpleTest
C
LazySettings
C
Settings
C
UserSettingsHolder
►
N
core
►
N
cache
►
N
backends
►
N
base
C
BaseCache
C
CacheKeyWarning
C
InvalidCacheBackendError
►
N
db
C
CacheClass
C
Options
►
N
dummy
C
CacheClass
►
N
filebased
C
CacheClass
►
N
locmem
C
CacheClass
►
N
memcached
C
CacheClass
►
N
context_processors
C
PermLookupDict
C
PermWrapper
►
N
exceptions
C
DjangoRuntimeWarning
C
FieldError
C
ImproperlyConfigured
C
MiddlewareNotUsed
C
MultipleObjectsReturned
C
ObjectDoesNotExist
C
PermissionDenied
C
SuspiciousOperation
C
ValidationError
C
ViewDoesNotExist
►
N
files
►
N
base
C
ContentFile
C
File
►
N
images
C
ImageFile
►
N
storage
C
DefaultStorage
C
FileSystemStorage
C
Storage
►
N
temp
C
TemporaryFile
►
N
uploadedfile
C
InMemoryUploadedFile
C
SimpleUploadedFile
C
TemporaryUploadedFile
C
UploadedFile
►
N
uploadhandler
C
FileUploadHandler
C
MemoryFileUploadHandler
C
SkipFile
C
StopFutureHandlers
C
StopUpload
C
TemporaryFileUploadHandler
C
UploadFileException
►
N
utils
C
FileProxyMixin
►
N
handlers
►
N
base
C
BaseHandler
►
N
modpython
C
ModPythonHandler
C
ModPythonRequest
►
N
wsgi
C
WSGIHandler
C
WSGIRequest
►
N
mail
►
N
backends
►
N
base
C
BaseEmailBackend
►
N
console
C
EmailBackend
►
N
dummy
C
EmailBackend
►
N
filebased
C
EmailBackend
►
N
locmem
C
EmailBackend
►
N
smtp
C
EmailBackend
►
N
message
C
BadHeaderError
C
EmailMessage
C
EmailMultiAlternatives
C
SafeMIMEMultipart
C
SafeMIMEText
►
N
utils
C
CachedDnsName
C
SMTPConnection
►
N
management
►
N
base
C
AppCommand
C
BaseCommand
C
CommandError
C
LabelCommand
C
NoArgsCommand
►
N
commands
►
N
cleanup
C
Command
►
N
compilemessages
C
Command
►
N
createcachetable
C
Command
►
N
dbshell
C
Command
►
N
diffsettings
C
Command
►
N
dumpdata
C
Command
►
N
flush
C
Command
►
N
inspectdb
C
Command
►
N
loaddata
C
Command
►
N
makemessages
C
Command
►
N
reset
C
Command
►
N
runfcgi
C
Command
►
N
runserver
C
Command
►
N
shell
C
Command
►
N
sql
C
Command
►
N
sqlall
C
Command
►
N
sqlclear
C
Command
►
N
sqlcustom
C
Command
►
N
sqlflush
C
Command
►
N
sqlindexes
C
Command
►
N
sqlinitialdata
C
Command
►
N
sqlreset
C
Command
►
N
sqlsequencereset
C
Command
►
N
startapp
C
Command
C
ProjectCommand
►
N
startproject
C
Command
►
N
syncdb
C
Command
►
N
test
C
Command
►
N
testserver
C
Command
►
N
validate
C
Command
►
N
validation
C
ModelErrorCollection
C
LaxOptionParser
C
ManagementUtility
►
N
paginator
C
EmptyPage
C
InvalidPage
C
Page
C
PageNotAnInteger
C
Paginator
►
N
serializers
►
N
base
C
DeserializationError
C
DeserializedObject
C
Deserializer
C
SerializationError
C
Serializer
►
N
json
C
DjangoJSONEncoder
C
Serializer
►
N
python
C
Serializer
►
N
pyyaml
C
DjangoSafeDumper
C
Serializer
►
N
xml_serializer
C
Deserializer
C
Serializer
►
N
servers
►
N
basehttp
C
FileWrapper
C
WSGIServerException
►
N
urlresolvers
C
NoReverseMatch
C
RegexURLPattern
C
RegexURLResolver
C
Resolver404
►
N
validators
C
EmailValidator
C
RegexValidator
C
URLValidator
►
N
template
►
N
context
C
BaseContext
C
Context
C
ContextPopException
C
RenderContext
C
RequestContext
►
N
debug
C
DebugLexer
C
DebugNodeList
C
DebugParser
C
DebugVariableNode
►
N
defaulttags
C
AutoEscapeControlNode
C
CommentNode
C
CsrfTokenNode
C
CycleNode
C
DebugNode
C
FilterNode
C
FirstOfNode
C
ForNode
C
IfChangedNode
C
IfEqualNode
C
IfNode
C
LoadNode
C
NowNode
C
RegroupNode
C
SpacelessNode
C
SsiNode
C
TemplateIfParser
C
TemplateLiteral
C
TemplateTagNode
C
URLNode
C
WidthRatioNode
C
WithNode
►
N
loader
C
BaseLoader
C
LoaderOrigin
►
N
loader_tags
C
BlockContext
C
BlockNode
C
ConstantIncludeNode
C
ExtendsError
C
ExtendsNode
C
IncludeNode
►
N
loaders
►
N
app_directories
C
Loader
►
N
cached
C
Loader
►
N
eggs
C
Loader
►
N
filesystem
C
Loader
►
N
smartif
C
EndToken
C
IfParser
C
Literal
C
TokenBase
C
FilterExpression
C
InvalidTemplateLibrary
C
Lexer
C
Library
C
Node
C
NodeList
C
Origin
C
Parser
C
StringOrigin
C
Template
C
TemplateDoesNotExist
C
TemplateEncodingError
C
TemplateSyntaxError
C
TextNode
C
Token
C
TokenParser
C
Variable
C
VariableDoesNotExist
C
VariableNode
►
N
templatetags
►
N
cache
C
CacheNode
►
N
i18n
C
BlockTranslateNode
C
GetAvailableLanguagesNode
C
GetCurrentLanguageBidiNode
C
GetCurrentLanguageNode
C
TranslateNode
►
N
utils
►
N
_threading_local
C
_localbase
C
local
►
N
daemonize
C
NullDevice
►
N
datastructures
C
DictWrapper
C
DotExpandedDict
C
ImmutableList
C
MergeDict
C
MultiValueDict
C
MultiValueDictKeyError
C
SortedDict
►
N
dateformat
C
DateFormat
C
Formatter
C
TimeFormat
►
N
datetime_safe
C
date
C
datetime
►
N
encoding
C
DjangoUnicodeDecodeError
C
StrAndUnicode
►
N
feedgenerator
C
Atom1Feed
C
Enclosure
C
Rss201rev2Feed
C
RssFeed
C
RssUserland091Feed
C
SyndicationFeed
►
N
functional
C
LazyObject
C
Promise
C
SimpleLazyObject
►
N
regex_helper
C
Choice
C
Group
C
NonCapture
►
N
safestring
C
EscapeData
C
EscapeString
C
EscapeUnicode
C
SafeData
C
SafeString
C
SafeUnicode
►
N
simplejson
►
N
synch
C
RWLock
►
N
translation
►
N
trans_real
C
DjangoTranslation
►
N
tree
C
Node
►
N
tzinfo
C
FixedOffset
C
LocalTimezone
►
N
xmlutils
C
SimplerXMLGenerator
►
N
graphy
►
N
backends
►
N
google_chart_api
►
N
encoders
C
BarChartEncoder
C
BaseChartEncoder
C
LineChartEncoder
C
PieChartEncoder
C
SparklineEncoder
►
N
util
C
EnhancedDataEncoder
C
SimpleDataEncoder
►
N
bar_chart
C
BarChart
C
BarChartStyle
C
BarsStyle
C
BarStyle
►
N
common
C
_BasicStyle
C
Axis
C
AxisPosition
C
BaseChart
C
DataSeries
C
Marker
►
N
formatters
C
AutoColor
C
AutoScale
C
LabelSeparator
►
N
line_chart
C
LineChart
C
LineStyle
C
Sparkline
►
N
pie_chart
C
PieChart
C
Segment
►
N
api
►
N
api_base_pb
C
BoolProto
C
BytesProto
C
DoubleProto
C
Integer32Proto
C
Integer64Proto
C
StringProto
C
VoidProto
►
N
apiproxy_rpc
C
RPC
►
N
apiproxy_stub
C
APIProxyStub
►
N
apiproxy_stub_map
C
APIProxyStubMap
C
ListOfHooks
►
C
UserRPC
C
MyLocal
►
N
app_identity
►
N
app_identity
C
BackendDeadlineExceeded
C
BlobSizeTooLarge
C
Error
C
InternalError
C
InvalidScope
C
NotAllowed
C
OperationNotImplemented
C
PublicCertificate
►
N
app_identity_keybased_stub
C
KeyBasedAppIdentityServiceStub
►
N
app_identity_service_pb
C
_SigningService_ClientBaseStub
C
_SigningService_ClientStub
C
_SigningService_RPC2ClientStub
C
AppIdentityServiceError
C
GetAccessTokenRequest
C
GetAccessTokenResponse
C
GetDefaultGcsBucketNameRequest
C
GetDefaultGcsBucketNameResponse
C
GetPublicCertificateForAppRequest
C
GetPublicCertificateForAppResponse
C
GetServiceAccountNameRequest
C
GetServiceAccountNameResponse
C
PublicCertificate
C
SignForAppRequest
C
SignForAppResponse
C
SigningService
►
N
app_identity_stub
C
AppIdentityServiceStub
►
N
app_logging
C
AppLogsHandler
►
N
appinfo
C
_VersionedLibrary
►
N
appinfo_errors
C
BackendNotFound
C
ContentTypeSpecifiedMultipleTimes
C
DuplicateBackend
C
DuplicateBuiltinsSpecified
C
DuplicateLibrary
C
EmptyConfigurationFile
C
Error
C
InvalidBuiltinFormat
C
InvalidHttpHeaderName
C
InvalidHttpHeaderValue
C
InvalidLibraryName
C
InvalidLibraryVersion
C
MissingApiConfig
C
MissingHandlerAttribute
C
MissingThreadsafe
C
MissingURLMapping
C
MultipleBuiltinsSpecified
C
MultipleConfigurationFile
C
PositionUsedInAppYamlHandler
C
RuntimeDoesNotSupportLibraries
C
ThreadsafeWithCgiHandler
C
TooManyHttpHeaders
C
TooManyScalingSettingsError
C
TooManyURLMappings
C
UnexpectedHandlerAttribute
C
UnknownHandlerType
►
N
appinfo_includes
C
IncludeFileNotFound
►
N
backendinfo
C
BackendEntry
C
BackendInfoExternal
C
BadConfig
C
ListWithoutSort
C
SortedDict
►
N
backends
►
N
backends
C
DefaultHostnameError
C
Error
C
InvalidBackendError
C
InvalidInstanceError
►
N
background_thread
►
N
background_thread
C
BackgroundThread
C
BackgroundThreadLimitReachedError
C
Error
C
FrontendsNotSupported
►
N
blobstore
►
N
blobstore
C
_CreationFormatError
C
BlobFetchSizeTooLargeError
C
BlobNotFoundError
C
DataIndexOutOfRangeError
C
Error
C
InternalError
C
PermissionDeniedError
►
N
blobstore_service_pb
C
BlobstoreServiceError
C
CloneBlobRequest
C
CloneBlobResponse
C
CreateEncodedGoogleStorageKeyRequest
C
CreateEncodedGoogleStorageKeyResponse
C
CreateUploadURLRequest
C
CreateUploadURLResponse
C
DecodeBlobKeyRequest
C
DecodeBlobKeyResponse
C
DeleteBlobRequest
C
FetchDataRequest
C
FetchDataResponse
►
N
blobstore_stub
C
BlobStorage
C
BlobstoreServiceStub
C
ConfigurationError
C
Error
►
N
dict_blob_storage
C
DictBlobStorage
►
N
file_blob_storage
C
FileBlobStorage
►
N
capabilities
►
N
capability_service_pb
C
IsEnabledRequest
C
IsEnabledResponse
►
N
capability_stub
C
CapabilityServiceStub
C
CapabilitySet
C
UnknownCapabilityError
►
N
channel
►
N
channel
C
AppIdAliasRequired
C
Error
C
InvalidChannelClientIdError
C
InvalidChannelTokenDurationError
C
InvalidMessageError
►
N
channel_service_pb
C
ChannelServiceError
C
CreateChannelRequest
C
CreateChannelResponse
C
SendMessageRequest
►
N
channel_service_stub
C
ChannelServiceStub
C
Error
C
InvalidTokenError
C
TokenTimedOutError
►
N
client_deployinfo
C
ClientDeployInfoExternal
C
EmptyYaml
C
Error
C
MultipleClientDeployInfo
C
Request
►
N
conf
C
_ParameterDict
C
_Scalar
C
_ValidParameterName
C
Config
C
YAMLConfiguration
►
N
croninfo
C
CronEntry
C
CronInfoExternal
C
GrocValidator
C
MalformedCronfigurationFile
C
TimezoneValidator
►
N
datastore
C
_BaseIndex
C
DatastoreAdapter
C
Entity
C
Index
C
Iterator
►
C
MultiQuery
C
SortOrderEntity
C
Query
►
N
datastore_entities
C
Contact
►
C
Event
C
Status
C
GdKind
C
Message
►
N
datastore_errors
C
BadArgumentError
C
BadFilterError
C
BadKeyError
C
BadPropertyError
C
BadQueryError
C
BadRequestError
C
BadValueError
C
CommittedButStillApplying
C
EntityNotFoundError
C
Error
C
InternalError
C
NeedIndexError
C
QueryNotFoundError
C
ReferencePropertyResolveError
C
Rollback
C
Timeout
C
TransactionFailedError
C
TransactionNotFoundError
►
N
datastore_file_stub
C
_StoredEntity
C
DatastoreFileStub
C
KindPseudoKind
C
NamespacePseudoKind
C
PropertyPseudoKind
►
N
datastore_types
C
_BaseByteType
C
_OverflowDateTime
C
Blob
C
BlobKey
C
ByteString
C
Category
C
Email
C
EmbeddedEntity
C
GeoPt
C
IM
C
Key
C
Link
C
PhoneNumber
C
PostalAddress
C
Rating
C
Text
C
UtcTzinfo
►
N
dispatchinfo
C
DispatchEntry
C
DispatchEntryURLValidator
C
DispatchInfoExternal
C
Error
C
MalformedDispatchConfigurationError
C
ParsedURL
►
N
dosinfo
C
BlacklistEntry
C
DosInfoExternal
C
MalformedDosConfiguration
C
SubnetValidator
►
N
files
►
N
file
C
_File
C
_FileStat
C
ApiTemporaryUnavailableError
C
BufferedFile
C
Error
C
ExclusiveLockFailedError
C
ExistenceError
C
FileNotOpenedError
C
FileTemporaryUnavailableError
C
FinalizationError
C
InvalidArgumentError
C
InvalidFileNameError
C
InvalidParameterError
C
OperationNotSupportedError
C
PermissionDeniedError
C
ReadOnlyError
C
SequenceKeyOutOfOrderError
C
UnknownError
C
UnsupportedContentTypeError
C
UnsupportedOpenModeError
C
WrongContentTypeError
C
WrongOpenModeError
►
N
file_service_pb
C
AppendRequest
C
AppendResponse
C
CloseRequest
C
CloseResponse
C
CreateRequest
C
CreateRequest_Parameter
C
CreateResponse
C
DeleteRequest
C
DeleteResponse
C
FileContentType
C
FileServiceErrors
C
FileStat
C
FinalizeRequest
C
FinalizeResponse
C
GetCapabilitiesRequest
C
GetCapabilitiesResponse
C
GetDefaultGsBucketNameRequest
C
GetDefaultGsBucketNameResponse
C
GetShuffleStatusRequest
C
GetShuffleStatusResponse
C
KeyValue
C
KeyValues
C
ListDirRequest
C
ListDirResponse
C
OpenRequest
C
OpenResponse
C
ReadKeyValueRequest
C
ReadKeyValueResponse
C
ReadKeyValueResponse_KeyValue
C
ReadRequest
C
ReadResponse
C
ShuffleEnums
C
ShuffleInputSpecification
C
ShuffleOutputSpecification
C
ShuffleRequest
C
ShuffleRequest_Callback
C
ShuffleResponse
C
StatRequest
C
StatResponse
►
N
file_service_stub
C
_GoogleStorageUpload
C
BlobstoreFile
C
BlobstoreStorage
C
FileServiceStub
C
GoogleStorage
C
GoogleStorageFile
►
N
records
C
Error
C
FileReader
C
FileWriter
C
InvalidRecordError
C
RecordsReader
C
RecordsWriter
►
N
shuffler
C
ShufflerUnavailableError
►
N
testutil
C
TestFileServiceStub
►
N
images
►
N
images_blob_stub
C
ImagesBlobStub
►
N
images_not_implemented_stub
C
ImagesNotImplementedServiceStub
►
N
images_service_pb
C
CompositeImageOptions
C
ImageData
C
ImagesCanvas
C
ImagesCompositeRequest
C
ImagesCompositeResponse
C
ImagesDeleteUrlBaseRequest
C
ImagesDeleteUrlBaseResponse
C
ImagesGetUrlBaseRequest
C
ImagesGetUrlBaseResponse
C
ImagesHistogram
C
ImagesHistogramRequest
C
ImagesHistogramResponse
C
ImagesServiceError
C
ImagesServiceTransform
C
ImagesTransformRequest
C
ImagesTransformResponse
C
InputSettings
C
OutputSettings
C
Transform
►
N
images_stub
C
ImagesServiceStub
C
AccessDeniedError
C
BadImageError
C
BadRequestError
C
BlobKeyRequiredError
C
Error
C
Image
C
InvalidBlobKeyError
C
LargeImageError
C
NotImageError
C
ObjectNotFoundError
C
TransformationError
C
UnsupportedSizeError
►
N
labs
►
N
taskqueue
►
N
taskqueue
C
_RelativeUrlError
C
_UTCTimeZone
C
BadTaskStateError
C
BadTransactionStateError
C
DatastoreError
C
DuplicateTaskNameError
C
Error
C
InternalError
C
InvalidQueueError
C
InvalidQueueNameError
C
InvalidTaskError
C
InvalidTaskNameError
C
InvalidTaskRetryOptionsError
C
InvalidUrlError
C
PermissionDeniedError
C
Queue
C
Task
C
TaskAlreadyExistsError
C
TaskRetryOptions
C
TaskTooLargeError
C
TombstonedTaskError
C
TooManyTasksError
C
TransientError
C
UnknownQueueError
►
N
taskqueue_stub
C
_DummyTaskStore
►
C
TaskQueueServiceStub
C
_QueueDetails
►
N
lib_config
C
ConfigHandle
C
LibConfigRegistry
►
N
logservice
►
N
log_service_pb
C
FlushRequest
C
LogLine
C
LogModuleVersion
C
LogOffset
C
LogReadRequest
C
LogReadResponse
C
LogServiceError
C
LogUsageRecord
C
LogUsageRequest
C
LogUsageResponse
C
RequestLog
C
SetStatusRequest
C
UserAppLogGroup
C
UserAppLogLine
►
N
logservice
C
_LogQueryResult
C
AppLog
C
Error
C
InvalidArgumentError
C
LogsBuffer
C
RequestLog
C
TimeoutError
►
N
logservice_stub
C
LogServiceStub
►
N
mail
C
_EmailMessageBase
C
AdminEmailMessage
C
Attachment
C
EmailMessage
C
EncodedPayload
C
InboundEmailMessage
►
N
mail_errors
C
BadRequestError
C
Error
C
InvalidAttachmentTypeError
C
InvalidEmailError
C
InvalidHeaderNameError
C
InvalidSenderError
C
MissingBodyError
C
MissingRecipientsError
C
MissingSenderError
C
MissingSubjectError
C
PayloadEncodingError
C
UnknownCharsetError
C
UnknownEncodingError
►
N
mail_service_pb
C
MailAttachment
C
MailHeader
C
MailMessage
C
MailServiceError
►
N
mail_stub
C
MailServiceStub
►
N
memcache
►
N
memcache_service_pb
C
AppOverride
C
MemcacheBatchIncrementRequest
C
MemcacheBatchIncrementResponse
C
MemcacheDeleteRequest
C
MemcacheDeleteRequest_Item
C
MemcacheDeleteResponse
C
MemcacheFlushRequest
C
MemcacheFlushResponse
C
MemcacheGetRequest
C
MemcacheGetResponse
C
MemcacheGetResponse_Item
C
MemcacheGrabTailRequest
C
MemcacheGrabTailResponse
C
MemcacheGrabTailResponse_Item
C
MemcacheIncrementRequest
C
MemcacheIncrementResponse
C
MemcacheServiceError
C
MemcacheSetRequest
C
MemcacheSetRequest_Item
C
MemcacheSetResponse
C
MemcacheStatsRequest
C
MemcacheStatsResponse
C
MergedNamespaceStats
►
N
memcache_stub
C
CacheEntry
C
MemcacheServiceStub
C
Client
►
N
modules
►
N
modules
C
Error
C
InvalidInstancesError
C
InvalidModuleError
C
InvalidVersionError
C
TransientError
C
UnexpectedStateError
►
N
modules_service_pb
C
GetDefaultVersionRequest
C
GetDefaultVersionResponse
C
GetHostnameRequest
C
GetHostnameResponse
C
GetModulesRequest
C
GetModulesResponse
C
GetNumInstancesRequest
C
GetNumInstancesResponse
C
GetVersionsRequest
C
GetVersionsResponse
C
ModulesServiceError
C
SetNumInstancesRequest
C
SetNumInstancesResponse
C
StartModuleRequest
C
StartModuleResponse
C
StopModuleRequest
C
StopModuleResponse
►
N
modules_stub
C
ModulesServiceStub
►
N
namespace_manager
►
N
namespace_manager
C
_ConfigDefaults
C
BadValueError
►
N
oauth
►
N
oauth_api
C
Error
C
InvalidOAuthParametersError
C
InvalidOAuthTokenError
C
NotAllowedError
C
OAuthRequestError
C
OAuthServiceFailureError
►
N
pagespeedinfo
C
MalformedPagespeedConfiguration
C
PagespeedEntry
►
N
prospective_search
►
N
error_pb
C
Error
►
N
prospective_search
C
DocumentTypeError
C
Error
C
QuerySyntaxError
C
SchemaError
C
SubscriptionDoesNotExist
C
SubscriptionState
C
TopicNotSpecified
►
N
prospective_search_pb
C
ListSubscriptionsRequest
C
ListSubscriptionsResponse
C
ListTopicsRequest
C
ListTopicsResponse
C
MatchRequest
C
MatchResponse
C
SchemaEntry
C
SubscribeRequest
C
SubscribeResponse
C
SubscriptionRecord
C
UnsubscribeRequest
C
UnsubscribeResponse
►
N
prospective_search_stub
C
ProspectiveSearchStub
►
N
queueinfo
C
Acl
C
MalformedQueueConfiguration
C
QueueEntry
C
QueueInfoExternal
C
RetryParameters
►
N
remote_socket
►
N
_remote_socket
C
socket
C
SocketApiNotImplementedError
►
N
_remote_socket_error
C
error
C
gaierror
C
herror
C
timeout
►
N
_remote_socket_stub
C
_MockSocketOptions
C
RemoteSocketServiceStub
C
SocketState
►
N
remote_socket_service_pb
C
AcceptReply
C
AcceptRequest
C
AddressPort
C
BindReply
C
BindRequest
C
CloseReply
C
CloseRequest
C
ConnectReply
C
ConnectRequest
C
CreateSocketReply
C
CreateSocketRequest
C
GetPeerNameReply
C
GetPeerNameRequest
C
GetSocketNameReply
C
GetSocketNameRequest
C
GetSocketOptionsReply
C
GetSocketOptionsRequest
C
ListenReply
C
ListenRequest
C
PollEvent
C
PollReply
C
PollRequest
C
ReceiveReply
C
ReceiveRequest
C
RemoteSocketServiceError
C
ResolveReply
C
ResolveRequest
C
SendReply
C
SendRequest
C
SetSocketOptionsReply
C
SetSocketOptionsRequest
C
ShutDownReply
C
ShutDownRequest
C
SocketOption
►
N
request_info
C
_LocalFakeDispatcher
C
_LocalRequestInfo
C
BackgroundThreadLimitReachedError
C
Dispatcher
C
Error
C
InvalidInstanceIdError
C
ModuleDoesNotExistError
C
NotSupportedWithAutoScalingError
C
RequestInfo
C
ResponseTuple
C
VersionAlreadyStartedError
C
VersionAlreadyStoppedError
C
VersionDoesNotExistError
►
N
search
►
N
expression_parser
C
ExpressionException
C
ExpressionLexerWithErrors
C
ExpressionParserWithErrors
►
N
ExpressionLexer
►
C
ExpressionLexer
C
DFA16
►
N
ExpressionParser
►
C
ExpressionParser
C
addExpr_return
C
addOp_return
C
atom_return
C
cmpExpr_return
C
cmpOp_return
C
condExpr_return
C
conjunction_return
C
disjunction_return
C
expression_return
C
fn_return
C
fnName_return
C
index_return
C
multExpr_return
C
multOp_return
C
name_return
C
negation_return
C
num_return
C
str_return
C
unary_return
C
var_return
►
N
query_parser
C
QueryException
C
QueryLexerWithErrors
C
QueryParserWithErrors
C
QueryTreeException
►
N
QueryLexer
C
QueryLexer
►
N
QueryParser
►
C
QueryParser
C
andOp_return
C
arg_return
C
arglist_return
C
comparable_return
C
comparator_return
C
composite_return
C
expression_return
C
factor_return
C
fnname_return
C
function_return
C
item_return
C
notOp_return
C
orOp_return
C
phrase_return
C
primitive_return
C
query_return
C
restriction_return
C
sep_return
C
sequence_return
C
term_return
C
text_return
C
value_return
►
N
search
C
AtomField
C
ConcurrentTransactionError
C
Cursor
C
DateField
C
DeleteError
C
DeleteResult
C
Document
C
Error
C
ExpressionError
C
Field
C
FieldExpression
C
GeoField
C
GeoPoint
C
GetResponse
C
HtmlField
C
Index
C
InternalError
C
InvalidRequest
C
MatchScorer
C
NumberField
C
OperationResult
C
PutError
C
PutResult
C
Query
C
QueryError
C
QueryOptions
C
RescoringMatchScorer
C
ScoredDocument
C
SearchResults
C
SortExpression
C
SortOptions
C
TextField
C
Timeout
C
TransientError
►
N
search_service_pb
C
DeleteDocumentParams
C
DeleteDocumentRequest
C
DeleteDocumentResponse
C
DeleteSchemaParams
C
DeleteSchemaRequest
C
DeleteSchemaResponse
C
FacetAutoDetectParam
C
FacetRange
C
FacetRefinement
C
FacetRefinement_Range
C
FacetRequest
C
FacetRequestParam
C
FacetResult
C
FacetResultValue
C
FieldSpec
C
FieldSpec_Expression
C
IndexDocumentParams
C
IndexDocumentRequest
C
IndexDocumentResponse
C
IndexMetadata
C
IndexMetadata_Storage
C
IndexSpec
C
ListDocumentsParams
C
ListDocumentsRequest
C
ListDocumentsResponse
C
ListIndexesParams
C
ListIndexesRequest
C
ListIndexesResponse
C
RequestStatus
C
ScorerSpec
C
SearchParams
C
SearchRequest
C
SearchResponse
C
SearchResult
C
SearchServiceError
C
SortSpec
►
N
search_util
C
UnsupportedOnDevError
►
N
simple_search_stub
C
_DocumentStatistics
C
_InvalidCursorException
C
_ScoredDocument
C
FieldTypesDict
C
IndexConsistencyError
C
Posting
C
PostingList
C
RamInvertedIndex
C
SearchServiceStub
C
SimpleIndex
►
N
stub
►
N
document_matcher
C
DistanceMatcher
C
DocumentMatcher
C
ExpressionTreeException
►
N
expression_evaluator
C
_ExpressionError
C
ExpressionEvaluationError
C
ExpressionEvaluator
C
QueryExpressionEvaluationError
►
N
geo_util
C
LatLng
►
N
tokens
C
GeoPoint
C
Number
C
Quote
C
Token
►
N
system
►
N
system_service_pb
C
GetSystemStatsRequest
C
GetSystemStatsResponse
C
StartBackgroundRequestRequest
C
StartBackgroundRequestResponse
C
SystemServiceError
C
SystemStat
►
N
system_stub
C
SystemServiceStub
►
N
taskqueue
►
N
taskqueue
C
_DefaultAppVersionSingleton
C
_RelativeUrlError
C
_UnknownAppVersionSingleton
C
_UTCTimeZone
C
BadTaskStateError
C
BadTransactionStateError
C
DatastoreError
C
DuplicateTaskNameError
C
Error
C
InternalError
C
InvalidDeadlineError
C
InvalidEtaError
C
InvalidLeaseTimeError
C
InvalidMaxTasksError
C
InvalidQueueError
C
InvalidQueueModeError
C
InvalidQueueNameError
C
InvalidTagError
C
InvalidTaskError
C
InvalidTaskNameError
C
InvalidTaskRetryOptionsError
C
InvalidUrlError
C
PermissionDeniedError
C
Queue
C
QueuePausedError
C
QueueStatistics
C
Task
C
TaskAlreadyExistsError
C
TaskLeaseExpiredError
C
TaskRetryOptions
C
TaskTooLargeError
C
TombstonedTaskError
C
TooManyTasksError
C
TransactionalRequestTooLargeError
C
TransientError
C
UnknownQueueError
►
N
taskqueue_service_pb
C
TaskQueueAcl
C
TaskQueueAddRequest
C
TaskQueueAddRequest_CronTimetable
C
TaskQueueAddRequest_Header
C
TaskQueueAddResponse
C
TaskQueueBulkAddRequest
C
TaskQueueBulkAddResponse
C
TaskQueueBulkAddResponse_TaskResult
C
TaskQueueDeleteGroupRequest
C
TaskQueueDeleteGroupResponse
C
TaskQueueDeleteQueueRequest
C
TaskQueueDeleteQueueResponse
C
TaskQueueDeleteRequest
C
TaskQueueDeleteResponse
C
TaskQueueFetchQueuesRequest
C
TaskQueueFetchQueuesResponse
C
TaskQueueFetchQueuesResponse_Queue
C
TaskQueueFetchQueueStatsRequest
C
TaskQueueFetchQueueStatsResponse
C
TaskQueueFetchQueueStatsResponse_QueueStats
C
TaskQueueFetchTaskRequest
C
TaskQueueFetchTaskResponse
C
TaskQueueForceRunRequest
C
TaskQueueForceRunResponse
C
TaskQueueHttpHeader
C
TaskQueueMode
C
TaskQueueModifyTaskLeaseRequest
C
TaskQueueModifyTaskLeaseResponse
C
TaskQueuePauseQueueRequest
C
TaskQueuePauseQueueResponse
C
TaskQueuePurgeQueueRequest
C
TaskQueuePurgeQueueResponse
C
TaskQueueQueryAndOwnTasksRequest
C
TaskQueueQueryAndOwnTasksResponse
C
TaskQueueQueryAndOwnTasksResponse_Task
C
TaskQueueQueryTasksRequest
C
TaskQueueQueryTasksResponse
C
TaskQueueQueryTasksResponse_Task
C
TaskQueueQueryTasksResponse_TaskCronTimetable
C
TaskQueueQueryTasksResponse_TaskHeader
C
TaskQueueQueryTasksResponse_TaskRunLog
C
TaskQueueRetryParameters
C
TaskQueueScannerQueueInfo
C
TaskQueueServiceError
C
TaskQueueUpdateQueueRequest
C
TaskQueueUpdateQueueResponse
C
TaskQueueUpdateStorageLimitRequest
C
TaskQueueUpdateStorageLimitResponse
►
N
taskqueue_stub
C
_BackgroundTaskScheduler
C
_Group
C
_Queue
C
_TaskExecutor
C
Retry
C
TaskQueueServiceStub
►
N
urlfetch
C
_CaselessDict
C
_URLFetchResult
►
N
urlfetch_errors
C
ConnectionClosedError
C
DeadlineExceededError
C
DNSLookupFailedError
C
DownloadError
C
Error
C
InternalTransientError
C
InvalidMethodError
C
InvalidURLError
C
MalformedReplyError
C
ResponseTooLargeError
C
SSLCertificateError
C
TooManyRedirectsError
►
N
urlfetch_service_pb
C
URLFetchRequest
C
URLFetchRequest_Header
C
URLFetchResponse
C
URLFetchResponse_Header
C
URLFetchServiceError
►
N
urlfetch_stub
C
URLFetchServiceStub
►
N
user_service_pb
C
CheckOAuthSignatureRequest
C
CheckOAuthSignatureResponse
C
CreateLoginURLRequest
C
CreateLoginURLResponse
C
CreateLogoutURLRequest
C
CreateLogoutURLResponse
C
GetOAuthUserRequest
C
GetOAuthUserResponse
C
UserServiceError
►
N
user_service_stub
C
UserServiceStub
►
N
users
C
Error
C
NotAllowedError
C
RedirectTooLongError
C
User
C
UserNotFoundError
►
N
validation
C
_RegexStrValue
C
AttributeDefinitionError
C
Error
C
MissingAttribute
C
Optional
C
Options
C
Range
C
Regex
C
RegexStr
C
Repeated
C
TimeValue
C
Type
C
Validated
C
ValidatedBase
C
ValidatedDict
C
ValidationError
C
Validator
►
N
xmpp
►
N
xmpp_service_pb
C
BulkPresenceRequest
C
BulkPresenceResponse
C
PresenceRequest
C
PresenceResponse
C
XmppInviteRequest
C
XmppInviteResponse
C
XmppMessageRequest
C
XmppMessageResponse
C
XmppSendPresenceRequest
C
XmppSendPresenceResponse
C
XmppServiceError
►
N
xmpp_service_stub
C
XmppServiceStub
C
Error
C
InvalidJidError
C
InvalidMessageError
C
InvalidShowError
C
InvalidStatusError
C
InvalidTypeError
C
InvalidXmlError
C
Message
C
NoBodyError
C
NondefaultModuleError
►
N
yaml_builder
C
Builder
C
BuilderHandler
►
N
yaml_errors
C
DuplicateAttribute
C
EmptyConfigurationFile
C
Error
C
EventError
C
EventListenerError
C
EventListenerYAMLError
C
IllegalEvent
C
InternalError
C
ListenerConfigurationError
C
MultipleConfigurationFile
C
ProtocolBufferParseError
C
UnexpectedAttribute
►
N
yaml_listener
C
EventHandler
C
EventListener
►
N
yaml_object
C
_ObjectMapper
C
_ObjectSequencer
C
ObjectBuilder
►
N
base
►
N
capabilities_pb
C
CapabilityConfig
C
CapabilityConfigList
►
N
cron
►
N
groc
C
GrocException
C
GrocLexerWithErrors
C
GrocParserWithErrors
►
N
GrocLexer
►
C
GrocLexer
C
DFA26
►
N
GrocParser
►
C
GrocParser
C
period_return
►
N
groctimespecification
C
AmbiguousTimeError
C
IntervalTimeSpecification
C
NonExistentTimeError
C
SpecificTimeSpecification
C
TimeSpecification
►
N
datastore
►
N
acl_pb
C
AccessControlList
C
Entry
C
Scope
►
N
action_pb
C
Action
►
N
datastore_index
C
Index
C
IndexDefinitions
C
Property
►
N
datastore_pbs
C
_EntityConverter
C
InvalidConversionError
►
N
datastore_query
C
_AugmentedBatch
C
_AugmentedQuery
C
_BaseComponent
C
_BaseQuery
C
_BatchShared
C
_DedupingFilter
C
_IgnoreFilter
C
_PropertyComponent
C
_PropertyExistsFilter
C
_PropertyRangeFilter
C
_QueryKeyFilter
C
_ReverseOrder
C
_SinglePropertyFilter
C
Batch
C
Batcher
C
CompositeFilter
C
CompositeOrder
C
CorrelationFilter
C
Cursor
C
FetchOptions
C
FilterPredicate
C
Order
C
PropertyFilter
C
PropertyOrder
C
Query
C
QueryOptions
C
ResultsIterator
►
N
datastore_rpc
C
_ConfigurationMetaClass
C
_MergedConfiguration
C
_StubRpc
C
AbstractAdapter
C
BaseConfiguration
C
BaseConnection
C
ConfigOption
C
Configuration
C
Connection
C
IdentityAdapter
C
MultiRpc
C
TransactionalConnection
C
TransactionOptions
►
N
datastore_sqlite_stub
C
DatastoreSqliteStub
C
KindPseudoKind
C
NamespacePseudoKind
C
PropertyPseudoKind
C
SQLiteConnectionWrapper
C
SQLiteCursorWrapper
►
N
datastore_stats_generator
C
DatastoreStatsProcessor
►
N
datastore_stub_index
C
IndexYamlUpdater
►
N
datastore_stub_util
C
BaseConsistencyPolicy
C
BaseCursor
C
BaseDatastore
C
BaseHighReplicationConsistencyPolicy
C
BaseIndexManager
C
BaseTransactionManager
C
DatastoreStub
C
EntityGroupMetaData
C
EntityGroupPseudoKind
C
EntityGroupTracker
C
ListCursor
C
LiveTxn
C
MasterSlaveConsistencyPolicy
C
PseudoRandomHRConsistencyPolicy
C
StubQueryConverter
C
StubServiceConverter
C
TimeBasedHRConsistencyPolicy
C
ValueRange
►
N
datastore_v3_pb
C
AddActionsRequest
C
AddActionsResponse
C
AllocateIdsRequest
C
AllocateIdsResponse
C
BeginTransactionRequest
C
CommitResponse
C
CommitResponse_Version
C
CompiledCursor
C
CompiledCursor_Position
C
CompiledCursor_PositionIndexValue
C
CompiledQuery
C
CompiledQuery_EntityFilter
C
CompiledQuery_MergeJoinScan
C
CompiledQuery_PrimaryScan
C
CompositeIndices
C
Cost
C
Cost_CommitCost
C
Cursor
C
DeleteRequest
C
DeleteResponse
C
Error
C
GetRequest
C
GetResponse
C
GetResponse_Entity
C
InternalHeader
C
NextRequest
C
PutRequest
C
PutResponse
C
Query
C
Query_Filter
C
Query_Order
C
QueryResult
C
TouchRequest
C
TouchResponse
C
Transaction
►
N
datastore_v4_pb
C
_DatastoreV4Service_ClientBaseStub
C
_DatastoreV4Service_ClientStub
C
_DatastoreV4Service_RPC2ClientStub
C
AllocateIdsRequest
C
AllocateIdsResponse
C
BeginTransactionRequest
C
BeginTransactionResponse
C
CommitRequest
C
CommitResponse
C
CompositeFilter
C
ContinueQueryRequest
C
ContinueQueryResponse
C
DatastoreV4Service
C
DeprecatedMutation
C
DeprecatedMutationResult
C
EntityResult
C
Error
C
Filter
C
GqlQuery
C
GqlQueryArg
C
KindExpression
C
LookupRequest
C
LookupResponse
C
Mutation
C
MutationResult
C
PropertyExpression
C
PropertyFilter
C
PropertyOrder
C
PropertyReference
C
Query
C
QueryResultBatch
C
ReadOptions
C
RollbackRequest
C
RollbackResponse
C
RunQueryRequest
C
RunQueryResponse
C
WriteRequest
►
N
datastore_v4_stub
C
DatastoreV4Stub
►
N
datastore_v4_validator
C
_EntityValidator
C
_QueryValidator
C
_ServiceValidator
C
_ValidationConstraint
C
ValidationError
►
N
document_pb
C
Document
C
DocumentMetadata
C
Facet
C
FacetValue
C
Field
C
FieldTypes
C
FieldValue
C
FieldValue_Geo
►
N
entity_pb
C
CompositeIndex
C
CompositeProperty
C
EntityProto
C
Index
C
Index_Property
C
IndexPosition
C
IndexPostfix
C
IndexPostfix_IndexValue
C
Path
C
Path_Element
C
Property
C
PropertyValue
C
PropertyValue_PointValue
C
PropertyValue_ReferenceValue
C
PropertyValue_ReferenceValuePathElement
C
PropertyValue_UserValue
C
Reference
C
User
►
N
entity_v4_pb
C
Entity
C
Key
C
Key_PathElement
C
PartitionId
C
Property
C
Value
►
N
snapshot_pb
C
Snapshot
►
N
sortable_pb_encoder
C
Decoder
C
Encoder
►
N
dist
►
N
_library
C
LooseVersion
C
UnacceptableVersionError
►
N
_threading_local
C
_localbase
C
local
►
N
httplib
C
BadStatusLine
C
CannotSendHeader
C
CannotSendRequest
C
HTTP
C
HTTPConnection
C
HTTPException
C
HTTPMessage
C
HTTPResponse
C
HTTPS
C
HTTPSConnection
C
ImproperConnectionState
C
IncompleteRead
C
InvalidURL
C
NotConnected
C
ResponseNotReady
C
UnimplementedFileMode
C
UnknownProtocol
C
UnknownTransferEncoding
►
N
py_imp
C
NullImporter
►
N
py_zipimport
C
ZipDirectoryCache
C
ZipFileCache
C
zipimporter
C
ZipImportError
►
N
socket
C
_closedsocket
C
_fileobject
C
_socketobject
►
N
dist27
►
N
socket
C
_closedsocket
C
_fileobject
C
_socketobject
►
N
threading
C
_BoundedSemaphore
C
_Condition
C
_DummyThread
C
_Event
C
_MainThread
C
_RLock
C
_Semaphore
C
_Timer
C
_Verbose
C
Thread
►
N
urllib
C
addbase
C
addclosehook
C
addinfo
C
addinfourl
C
ContentTooShortError
C
FancyURLopener
C
ftpwrapper
C
URLopener
►
N
ext
►
N
admin
C
_AhAdminXsrfToken_
C
BackendsPageHandler
C
BaseRequestHandler
C
BlobKeyType
C
BlobType
C
BoolType
C
ByteStringType
C
CategoryType
C
CronPageHandler
C
DatastoreAdminHandler
C
DatastoreBatchEditHandler
C
DatastoreEditHandler
C
DatastoreGetIndexesHandler
C
DatastoreQueryHandler
C
DatastoreRequestHandler
C
DatastoreStatsHandler
C
DataType
C
DefaultPageHandler
C
Document
C
EmailType
C
EmbeddedEntityType
C
FloatType
C
GeoPtType
C
ImageHandler
C
ImType
C
InboundMailPageHandler
C
InteractiveExecuteHandler
C
InteractivePageHandler
C
IntType
C
LinkType
C
ListType
C
LongType
C
MemcachePageHandler
C
NoneType
C
NumberType
C
PhoneNumberType
C
PostalAddressType
C
QueueBatch
C
QueuesPageHandler
C
RatingType
C
ReferenceType
C
SearchBatchDeleteHandler
C
SearchDocumentHandler
C
SearchIndexesListHandler
C
SearchIndexHandler
C
StringType
C
TaskQueueHelper
C
TasksPageHandler
C
TextType
C
TimeType
C
UserType
C
XMPPPageHandler
►
N
admin_redirect
►
N
main
C
RedirectToAdminConsole
►
N
analytics
►
N
main
C
Cache
C
Filter
C
LocalStaticHandler
C
StatsPage
►
N
process
C
_ExponentialBinner
C
_RPCSummaryEncoder
C
Drill
C
RequestSummary
C
RPCSummary
►
N
standaloneapp
C
MainPage
►
N
stats
C
RPCStats
C
URLRequestStats
C
URLStats
►
N
appstats
►
N
datamodel_pb
C
AggregateRpcStatsProto
C
BilledOpProto
C
DatastoreCallDetailsProto
C
IndividualRpcStatsProto
C
KeyValProto
C
RequestStatProto
C
StackFrameProto
►
N
recording
C
AppstatsDjangoMiddleware
C
ConfigDefaults
C
Recorder
C
RequestLocalRecorderProxy
C
StatsProto
►
N
ui
C
AllStatsInfo
C
AuthCheckMiddleware
C
DetailsHandler
C
FileHandler
C
PathStatsInfo
C
PivotInfo
C
ShellHandler
C
StaticHandler
C
SummaryHandler
►
N
blobstore
►
N
blobstore
C
_GqlQuery
C
BlobInfo
C
BlobInfoParseError
C
BlobMigrationRecord
C
BlobReader
C
BlobReferenceProperty
C
FileInfo
C
FileInfoParseError
►
N
builtins
C
InvalidBuiltinName
►
N
bulkload
►
N
bulkload_deprecated
C
BulkLoad
C
Loader
►
N
bulkloader_config
C
BulkloadState
C
DictConvertor
C
GenericExporter
C
GenericImporter
►
N
bulkloader_errors
C
Error
C
ErrorOnTransform
C
InvalidCodeInConfiguration
C
InvalidConfiguration
C
InvalidExportData
C
InvalidImportData
►
N
bulkloader_parser
C
BulkloaderEntry
C
ConnectorOptions
C
ConnectorSubOptions
►
C
EvaluatedCallable
C
ParsedMethod
C
ExportEntry
C
PropertyEntry
C
PythonPreambleEntry
C
TransformerEntry
►
N
bulkloader_wizard
C
StatPostTransform
►
N
connector_interface
C
ConnectorInterface
►
N
csv_connector
C
CsvConnector
C
UnicodeDictWriter
►
N
simpletext_connector
C
SimpleTextConnector
►
N
simplexml_connector
C
SimpleXmlConnector
►
N
cloudstorage
►
N
cloudstorage_stub
C
_AE_GCSFileInfo_
C
_AE_GCSPartialFile_
C
CloudStorageStub
►
N
common
C
GCSFileStat
►
N
stub_dispatcher
C
_ContentRange
C
_ContentType
C
_FakeUrlFetchResult
C
_Header
C
_Range
C
_XGoogCopySource
►
N
datastore_admin
►
N
backup_handler
C
AggregateSchema
C
BackupEntity
C
BackupInformation
C
BackupInformationHandler
C
BackupInfoWriter
C
BackupLinkHandler
C
BackupValidationError
C
BaseDoHandler
C
ConfirmAbortBackupHandler
C
ConfirmBackupHandler
C
ConfirmBackupImportHandler
C
ConfirmDeleteBackupHandler
C
ConfirmRestoreFromBackupHandler
C
DatastoreEntityProtoInputReader
C
DoBackupAbortHandler
C
DoBackupDeleteHandler
C
DoBackupHandler
C
DoBackupImportHandler
C
DoBackupRestoreHandler
C
EntityTypeInfo
C
KindBackupFiles
C
PropertyTypeInfo
C
RestoreEntity
C
SchemaAggregationPool
C
SchemaAggregationResult
►
N
config
C
Default
C
Local
C
Prod
►
N
copy_handler
C
ConfirmCopyHandler
C
CopyEntity
C
DoCopyHandler
C
RemoteCopyEntity
►
N
delete_handler
C
ConfirmDeleteHandler
C
DoDeleteHandler
►
N
main
C
LoginRequiredHandler
C
RouteByActionHandler
C
StaticResourceHandler
►
N
remote_api_put_stub
C
ConfigurationError
C
Error
C
FetchFailed
C
RemoteApiDatastoreStub
C
RemoteApiDatastoreV3Stub
C
RemoteApiDatastoreV4Stub
C
RemoteTransactionsUnimplemented
C
UnknownJavaServerError
►
N
utils
C
DatastoreAdminOperation
C
DatastoreAdminOperationJob
C
Error
C
MapreduceDoneHandler
C
Put
C
PutPool
C
ReserveKey
C
ReserveKeyPool
►
N
db
►
N
djangoforms
C
_ReverseReferenceProperty
C
_WrapIter
C
BaseModelForm
C
BlobProperty
C
BooleanProperty
C
DateProperty
C
DateTimeProperty
C
FloatProperty
C
IntegerProperty
C
LinkProperty
C
ModelChoiceField
C
ModelForm
C
ModelFormMetaclass
C
ModelFormOptions
C
Property
C
ReferenceProperty
C
StringListProperty
C
StringProperty
C
TextProperty
C
TimeProperty
C
UserProperty
►
N
metadata
C
BaseMetadata
C
EntityGroup
C
Kind
C
Namespace
C
Property
►
N
polymodel
C
_ClassKeyProperty
C
PolyModel
C
PolymorphicClass
►
N
stats
C
BaseKindStatistic
C
BaseStatistic
C
GlobalStat
C
KindCompositeIndexStat
C
KindNonRootEntityStat
C
KindPropertyNamePropertyTypeStat
C
KindPropertyNameStat
C
KindPropertyTypeStat
C
KindRootEntityStat
C
KindStat
C
NamespaceGlobalStat
C
NamespaceKindCompositeIndexStat
C
NamespaceKindNonRootEntityStat
C
NamespaceKindPropertyNamePropertyTypeStat
C
NamespaceKindPropertyNameStat
C
NamespaceKindPropertyTypeStat
C
NamespaceKindRootEntityStat
C
NamespaceKindStat
C
NamespacePropertyTypeStat
C
NamespaceStat
C
PropertyTypeStat
C
_BaseQuery
C
_CoercingProperty
C
_QueryIterator
C
_ReverseReferenceProperty
C
BlobProperty
C
BooleanProperty
C
ByteStringProperty
C
CategoryProperty
C
ComputedProperty
C
ConfigurationError
C
DateProperty
C
DateTimeProperty
C
DerivedPropertyError
C
DuplicatePropertyError
C
EmailProperty
C
Expando
C
FloatProperty
C
GeoPtProperty
C
GqlQuery
C
IMProperty
C
Index
C
IntegerProperty
C
KindError
C
LinkProperty
C
ListProperty
C
Model
C
NotSavedError
C
PhoneNumberProperty
C
PostalAddressProperty
C
PropertiedClass
C
Property
C
PropertyError
C
Query
C
RatingProperty
C
ReferenceProperty
C
ReservedWordError
C
StringListProperty
C
StringProperty
C
TextProperty
C
TimeProperty
C
UnindexedProperty
C
UserProperty
►
N
deferred
►
N
deferred
C
_DeferredTaskEntity
C
Error
C
PermanentTaskFailure
C
SingularTaskFailure
C
TaskHandler
►
N
ereporter
►
N
ereporter
C
ExceptionRecord
C
ExceptionRecordingHandler
►
N
report_generator
C
ReportGenerator
►
N
gql
►
C
GQL
C
as
C
Literal
►
N
key_range
C
Error
C
KeyRange
C
KeyRangeError
C
SimplejsonUnavailableError
►
N
mapreduce
►
N
api
►
N
map_job
►
N
abstract_datastore_input_reader
C
AbstractDatastoreInputReader
►
N
datastore_input_reader
C
DatastoreInputReader
►
N
input_reader
C
InputReader
►
N
map_job_config
C
JobConfig
►
N
map_job_context
C
JobContext
C
ShardContext
C
SliceContext
►
N
map_job_control
C
Job
►
N
mapper
C
Mapper
►
N
model_datastore_input_reader
C
ModelDatastoreInputReader
►
N
output_writer
C
OutputWriter
►
N
sample_input_reader
C
SampleInputReader
►
N
shard_life_cycle
C
_ShardLifeCycle
►
N
base_handler
C
BadRequestPathError
C
Error
C
GetJsonHandler
►
C
HugeTaskHandler
C
_RequestWrapper
C
JsonHandler
C
PostJsonHandler
C
TaskQueueHandler
►
N
context
C
_Counters
C
_ItemList
C
_MutationPool
C
Context
C
Pool
►
N
datastore_range_iterators
C
_KeyRangesIterator
C
_PropertyRangeModelIterator
C
AbstractKeyRangeIterator
C
KeyRangeEntityIterator
C
KeyRangeEntityProtoIterator
C
KeyRangeKeyIterator
C
KeyRangeModelIterator
C
RangeIterator
C
RangeIteratorFactory
►
N
errors
C
BadCombinerOutputError
C
BadParamsError
C
BadReaderParamsError
C
BadWriterParamsError
C
BadYamlError
C
Error
C
FailJobError
C
InvalidRecordError
C
MissingYamlError
C
MultipleDocumentsInMrYaml
C
NotEnoughArgumentsError
C
RetrySliceError
C
ShuffleServiceError
►
N
file_format_parser
C
_Parser
C
_Tokenizer
►
N
file_format_root
C
_FileRange
C
_FilesStream
C
_RootFilesStream
C
FileFormatRoot
►
N
file_formats
C
_Base64Format
C
_BinaryFormat
C
_CSVFormat
C
_LinesFormat
C
_TextFormat
C
_ZipFormat
C
FileFormat
►
N
handlers
C
AbortJobHandler
C
CleanUpJobHandler
C
ControllerCallbackHandler
C
FinalizeJobHandler
C
KickOffJobHandler
C
MapperWorkerCallbackHandler
C
StartJobHandler
►
N
hooks
C
Hooks
►
N
input_readers
C
_GoogleCloudStorageInputReader
C
_GoogleCloudStorageRecordInputReader
C
_OldAbstractDatastoreInputReader
C
_ReducerReader
C
AbstractDatastoreInputReader
C
BlobstoreLineInputReader
C
BlobstoreZipInputReader
C
BlobstoreZipLineInputReader
C
DatastoreInputReader
C
DatastoreKeyInputReader
C
FileInputReader
C
InputReader
C
LogInputReader
C
NamespaceInputReader
C
RandomStringInputReader
C
RawDatastoreInputReader
C
RecordsReader
►
N
json_util
C
JsonDecoder
C
JsonEncoder
C
JsonMixin
C
JsonProperty
►
N
key_ranges
C
_KeyRangesFromList
C
_KeyRangesFromNSRange
C
KeyRanges
C
KeyRangesFactory
►
N
lib
►
N
input_reader
►
N
_gcs
C
GCSInputReader
C
GCSRecordInputReader
C
PathFilter
►
N
main
C
RedirectHandler
►
N
mapper_pipeline
C
_CleanupPipeline
C
MapperPipeline
►
N
mapreduce_pipeline
C
_ReturnPipeline
C
MapPipeline
C
MapreducePipeline
C
ReducePipeline
►
N
model
C
_HugeTaskPayload
C
CountersMap
C
HugeTask
C
MapperSpec
C
MapreduceControl
C
MapreduceSpec
C
MapreduceState
C
QuerySpec
C
ShardState
C
TransientShardState
►
N
namespace_range
C
NamespaceRange
►
N
operation
►
N
base
C
Operation
►
N
counters
C
Increment
►
N
db
C
Delete
C
Put
►
N
output_writers
C
_FilePool
C
_GoogleCloudStorageKeyValueOutputWriter
C
_GoogleCloudStorageOutputWriter
C
_GoogleCloudStorageRecordOutputWriter
C
BlobstoreOutputWriter
C
BlobstoreOutputWriterBase
C
BlobstoreRecordsOutputWriter
C
FileOutputWriter
►
C
FileOutputWriterBase
C
_State
C
FileRecordsOutputWriter
C
KeyValueBlobstoreOutputWriter
C
KeyValueFileOutputWriter
C
OutputWriter
C
RecordsPool
►
N
parameters
C
_Config
C
_ConfigDefaults
C
_JobConfigMeta
C
_Option
►
N
pipeline_base
C
_OutputSlotsMixin
C
PipelineBase
►
N
property_range
C
PropertyRange
►
N
records
C
RecordsReader
C
RecordsWriter
►
N
shuffler
C
_BatchRecordsReader
C
_CleanupOutputFiles
C
_CollectOutputFiles
C
_HashingBlobstoreOutputWriter
C
_HashPipeline
C
_MergePipeline
C
_MergingReader
C
_OutputFile
C
_ShardOutputs
C
_ShuffleServicePipeline
C
_SortChunksPipeline
C
ShufflePipeline
►
N
status
C
BadStatusParameterError
C
GetJobDetailHandler
C
ListConfigsHandler
C
ListJobsHandler
C
MapperInfo
C
MapreduceInfo
C
MapReduceYaml
C
ResourceHandler
C
UserParam
►
N
tools
►
N
gcs_file_seg_reader
C
_GCSFileSegReader
►
N
ndb
►
N
blobstore
C
BlobInfo
C
BlobReader
►
N
context
C
AutoBatcher
C
Context
C
ContextOptions
C
TransactionOptions
►
N
django_middleware
C
NdbDjangoMiddleware
►
N
eventloop
C
_State
C
EventLoop
►
N
key
C
Key
►
N
metadata
C
_BaseMetadata
C
EntityGroup
C
Kind
C
Namespace
C
Property
►
N
model
C
_BaseValue
C
_CompressedValue
C
_NestedCounter
C
_NotEqualMixin
C
_StructuredGetForDictMixin
C
BlobKeyProperty
C
BlobProperty
C
BooleanProperty
C
ComputedProperty
C
ComputedPropertyError
C
DateProperty
C
DateTimeProperty
C
Expando
C
FloatProperty
C
GenericProperty
C
GeoPtProperty
C
Index
C
IndexProperty
C
IndexState
C
IntegerProperty
C
InvalidPropertyError
C
JsonProperty
C
KeyProperty
C
KindError
C
LocalStructuredProperty
C
MetaModel
C
Model
C
ModelAdapter
C
ModelAttribute
C
ModelKey
C
PickleProperty
C
Property
C
ReadonlyPropertyError
C
StringProperty
C
StructuredProperty
C
TextProperty
C
TimeProperty
C
UnprojectedPropertyError
C
UserProperty
►
N
msgprop
C
EnumProperty
C
MessageProperty
►
N
polymodel
C
_ClassKeyProperty
C
PolyModel
►
N
query
C
_MultiQuery
C
_SubQueryIteratorState
C
ConjunctionNode
C
DisjunctionNode
C
FalseNode
C
FilterNode
C
Node
C
Parameter
C
ParameterizedFunction
C
ParameterizedThing
C
ParameterNode
C
PostFilterNode
C
Query
C
QueryIterator
C
QueryOptions
C
RepeatedStructuredPropertyPredicate
►
N
stats
C
BaseKindStatistic
C
BaseStatistic
C
GlobalStat
C
KindCompositeIndexStat
C
KindNonRootEntityStat
C
KindPropertyNamePropertyTypeStat
C
KindPropertyNameStat
C
KindPropertyTypeStat
C
KindRootEntityStat
C
KindStat
C
NamespaceGlobalStat
C
NamespaceKindCompositeIndexStat
C
NamespaceKindNonRootEntityStat
C
NamespaceKindPropertyNamePropertyTypeStat
C
NamespaceKindPropertyNameStat
C
NamespaceKindPropertyTypeStat
C
NamespaceKindRootEntityStat
C
NamespaceKindStat
C
NamespacePropertyTypeStat
C
NamespaceStat
C
PropertyTypeStat
►
N
tasklets
C
_State
C
Future
C
MultiFuture
C
QueueFuture
C
ReducingFuture
C
SerialQueueFuture
►
N
remote_api
►
N
handler
C
ApiCallHandler
C
ConfigDefaults
C
RemoteDatastoreStub
►
N
remote_api_pb
C
ApplicationError
C
Request
C
Response
C
RpcError
C
TransactionQueryResult
C
TransactionRequest
C
TransactionRequest_Precondition
►
N
remote_api_stub
C
ConfigurationError
C
Error
C
RemoteDatastoreStub
C
RemoteStub
C
TransactionData
C
UnknownJavaServerError
►
N
throttle
C
DatastoreThrottler
C
Error
C
ThreadNotRegisteredError
C
Throttle
C
ThrottledHttpRpcServer
C
ThrottleHandler
C
Throttler
C
UnknownThrottleNameError
►
N
search
C
SearchableEntity
►
C
SearchableModel
C
Query
C
SearchableMultiQuery
C
SearchableQuery
►
N
testbed
C
Error
C
NotActivatedError
C
StubNotSupportedError
C
Testbed
►
N
webapp
►
N
_webapp25
C
CannotReversePattern
C
Error
C
NoUrlFoundError
C
RedirectHandler
C
Request
C
RequestHandler
C
Response
C
WSGIApplication
►
N
blobstore_handlers
C
BlobstoreDownloadHandler
C
BlobstoreUploadHandler
C
Error
C
RangeFormatError
C
UnsupportedRangeFormatError
►
N
mail_handlers
C
BounceNotification
C
BounceNotificationHandler
C
InboundMailHandler
C
InvalidBounceNotificationError
►
N
mock_webapp
C
MockHeaders
C
MockRequest
C
MockResponse
►
N
xmpp_handlers
C
BaseHandler
C
CommandHandler
C
CommandHandlerMixin
►
N
zipserve
C
ZipHandler
►
N
runtime
►
N
apiproxy
C
RPC
►
N
apiproxy_errors
C
ApplicationError
C
ArgumentError
C
CallNotFoundError
C
CancelledError
C
CapabilityDisabledError
C
DeadlineExceededError
C
Error
C
FeatureNotEnabledError
C
InterruptedError
C
OverQuotaError
C
RequestTooLargeError
C
ResponseTooLargeError
C
RPCFailedError
►
N
background
C
_BackgroundRequest
C
_BackgroundRequestsContainer
►
N
request_environment
C
RequestEnvironment
C
RequestLocalEnviron
C
RequestLocalStream
►
N
wsgi
C
Error
C
InvalidResponseError
C
WsgiRequest
C
DeadlineExceededError
►
N
tools
►
N
adaptive_thread_pool
C
AdaptiveThreadPool
C
Error
C
RetryException
C
ThreadGate
C
WorkerThread
C
WorkItem
C
WorkItemError
►
N
api_server
C
APIRequestHandler
C
APIServer
C
ApiServerDispatcher
C
APIServerProcess
C
Error
►
N
app_engine_config_exception
C
AppEngineConfigException
►
N
app_engine_web_xml_parser
C
AdminConsolePage
C
ApiConfig
C
AppEngineWebXml
C
AppEngineWebXmlParser
C
AutomaticScaling
C
BasicScaling
C
ErrorHandler
C
ManualScaling
C
Pagespeed
C
PrioritySpecifierEntry
C
StaticFileInclude
C
UserPermission
►
N
appcfg
C
_ClientDeployLoggingContext
►
C
AppCfgApp
C
Action
C
AppVersionUpload
C
CannotStartServingError
C
CronEntryUpload
C
DefaultVersionSet
C
DispatchEntryUpload
C
DoDebugAction
C
DosEntryUpload
C
Error
C
FileClassification
C
IndexDefinitionUpload
C
IndexOperation
C
LogsRequester
C
OAuthNotAvailable
C
PagespeedEntryUpload
C
QueueEntryUpload
C
TrafficMigrator
C
UploadBatcher
C
VacuumIndexesOperation
►
N
appcfg_java
C
CompileError
C
ConfigurationError
C
Error
►
C
JavaAppUpdate
C
_XmlParser
►
N
appengine_rpc
C
AbstractRpcServer
C
ClientLoginError
C
ContentEncodingHandler
C
HttpRpcServer
C
HttpRpcServerWithOAuth2Suggestion
►
N
appengine_rpc_httplib2
C
AuthPermanentFail
C
Error
C
HttpRpcServerHttpLib2
►
C
HttpRpcServerOAuth2
C
OAuth2Parameters
C
MemoryCache
C
NoStorage
►
N
backends_xml_parser
C
Backend
C
BackendsXmlParser
►
N
boolean_action
C
BooleanAction
►
N
bulkload_client
C
BadServerStatusError
C
Error
C
PostError
►
N
bulkloader
C
_Database
C
_ProgressDatabase
C
_ProgressThreadBase
C
_ThreadBase
C
_WorkItem
C
AuthenticationError
C
BadStateError
C
BulkDownloaderApp
C
BulkMapperApp
C
BulkTransporterApp
C
BulkUploaderApp
C
ConfigurationError
C
CSVGenerator
C
DataSourceThread
C
DownloadItem
C
DownloadResult
C
DumpExporter
C
Error
C
Exporter
C
ExportProgressDatabase
C
ExportProgressThread
C
FatalServerError
C
FieldSizeLimitError
C
FileExistsError
C
FileNotFoundError
C
FileNotReadableError
C
FileNotWritableError
C
KeyRangeError
C
KeyRangeItem
C
KeyRangeItemGenerator
C
KindStatError
C
Loader
C
Mapper
C
MapperItem
C
MapperProgressThread
C
MapperRetry
C
MissingPropertyError
C
NameClashError
C
ProgressTrackerThread
C
QueueJoinThread
C
RequestManager
C
RestoreLoader
C
RestoreThread
C
ResultDatabase
C
ResumeError
C
StubProgressDatabase
C
UploadWorkItem
C
UploadWorkItemGenerator
►
N
cron_xml_parser
C
Cron
C
CronXmlParser
►
N
dev_appserver_apiserver
C
ApiConfigManager
C
ApiRequest
C
DiscoveryApiProxy
C
DiscoveryService
C
EnumRejectionError
C
RequestRejectionError
►
N
dev_appserver_import_hook
C
CouldNotFindModuleError
C
FakeFile
C
HardenedModulesHook
C
Py27OptionalModuleError
C
RestrictedPathFunction
►
N
dev_appserver_multiprocess
C
ChildProcess
C
DevProcess
C
Error
C
ForwardRequestHandler
C
ForwardRequestThread
C
ForwardResponse
C
HandleRequestThread
C
RespondBusyHandler
C
StartInstance
►
N
dev_appserver_upload
C
Error
C
FilenameOrContentTypeTooLargeError
C
InvalidMetadataError
C
InvalidMIMETypeFormatError
C
UploadCGIHandler
C
UploadEntityTooLargeError
►
N
devappserver2
►
N
admin
►
N
admin_request_handler
C
AdminRequestHandler
►
N
admin_request_handler_test
C
ByteSizeFormatTest
C
ConstructUrlTest
C
GetSDKVersionTest
C
XSRFHandler
C
XSRFTest
►
N
admin_server
C
AdminApplication
C
AdminServer
►
N
blobstore_viewer
C
BlobRequestHandler
C
BlobstoreRequestHandler
►
N
blobstore_viewer_test
C
BlobRequestHandlerTest
C
BlobstoreRequestHandlerTest
C
GetBlobsTest
►
N
console
C
ConsoleRequestHandler
►
N
console_test
C
ConsoleRequestHandlerTest
►
N
cron_handler
C
CronHandler
►
N
cron_handler_test
C
CronHandlerTest
►
N
datastore_indexes_viewer
C
DatastoreIndexesViewer
►
N
datastore_stats_handler
C
DatastoreStatsHandler
►
N
datastore_viewer
C
BlobKeyType
C
BlobType
C
BoolType
C
ByteStringType
C
CategoryType
C
DatastoreEditRequestHandler
C
DatastoreRequestHandler
C
DataType
C
EmailType
C
EmbeddedEntityType
C
FloatType
C
GeoPtType
C
ImType
C
IntType
C
LinkType
C
ListType
C
NoneType
C
NumberType
C
OverflowTimeType
C
PhoneNumberType
C
PostalAddressType
C
RatingType
C
ReferenceType
C
StringType
C
TextType
C
TimeType
C
UserType
►
N
datastore_viewer_test
C
DatastoreEditRequestHandlerTest
C
DatastoreRequestHandlerGetTest
C
GetEntitiesTest
C
GetEntityTemplateDataTest
C
GetWriteOpsTest
C
PropertyNameToValuesTest
►
N
mail_request_handler
C
MailRequestHandler
►
N
mail_request_handler_test
C
MailRequestHandlerTest
►
N
memcache_viewer
C
BooleanValueConverter
C
IntValueConverter
C
MemcacheViewerRequestHandler
C
OtherValueConverter
C
StringValueConverter
C
UnicodeValueConverter
►
N
modules_handler
C
ModulesHandler
►
N
quit_handler
C
QuitHandler
►
N
search_handler
C
BaseSearchHandler
C
SearchDocumentHandler
C
SearchIndexesListHandler
C
SearchIndexHandler
►
N
static_file_handler
C
StaticFileHandler
►
N
taskqueue_queues_handler
C
TaskQueueQueuesHandler
►
N
taskqueue_queues_handler_test
C
TestTaskQueueQueuesHandler
►
N
taskqueue_tasks_handler
C
TaskQueueTasksHandler
►
N
taskqueue_utils
C
QueueInfo
►
N
taskqueue_utils_test
C
TestQueueInfo
►
N
xmpp_request_handler
C
_FormData
C
XmppRequestHandler
►
N
xmpp_request_handler_test
C
CompareXml
C
TestFormData
C
TestXmppRequestHandler
►
N
api_server
C
APIServer
►
N
api_server_test
C
FakeDatastoreV4ServiceStub
C
FakeURLFetchServiceStub
C
TestAPIServer
►
N
application_configuration
C
ApplicationConfiguration
C
BackendConfiguration
C
BackendsConfiguration
C
DispatchConfiguration
C
ModuleConfiguration
►
N
application_configuration_test
C
DispatchConfigurationStub
C
ModuleConfigurationStub
C
TestApplicationConfiguration
C
TestBackendConfiguration
C
TestBackendsConfiguration
C
TestDispatchConfiguration
C
TestModuleConfiguration
►
N
blob_download_test
C
BlobDownloadIntegrationTest
C
BlobDownloadTest
C
BlobDownloadTestGoogleStorage
C
BlobDownloadTestNamespace
C
DownloadTestBase
►
N
blob_image
C
Application
C
Error
C
InvalidRequestError
►
N
blob_image_test
C
BlobImageTest
C
MockImage
►
N
blob_upload
C
_InvalidMetadataError
C
_InvalidMIMETypeFormatError
C
_TooManyConflictsError
C
Application
C
Error
►
N
blob_upload_test
C
FakeForm
C
GenerateBlobKeyTest
C
GenerateBlobKeyTestNamespace
C
UploadHandlerUnitTest
C
UploadHandlerUnitTestNamespace
C
UploadHandlerWSGITest
C
UploadTestBase
►
N
channel
C
DevHandler
C
JSAPIHandler
►
N
channel_test
C
DevAppserverChannelTest
C
MockChannelServiceStub
►
N
devappserver2
C
DevelopmentServer
C
PortParser
►
N
devappserver2_test
C
CreateModuleToSettingTest
C
FakeApplicationConfiguration
C
FakeModuleConfiguration
C
GenerateStoragePathsTest
C
GetStoragePathTest
C
ParseMaxServerInstancesTest
C
ParseThreadsafeOverrideTest
C
PortParserTest
C
WinError
►
N
dispatcher
C
Dispatcher
C
PortRegistry
►
N
dispatcher_test
C
ApplicationConfigurationStub
C
AutoScalingModuleFacade
C
DispatchConfigurationStub
C
DispatcherQuitWithoutStartTest
C
DispatcherTest
C
ManualScalingModuleFacade
C
ModuleConfigurationStub
►
N
endpoints
►
N
api_config_manager
C
ApiConfigManager
►
N
api_config_manager_test
C
ApiConfigManagerTest
C
ParameterizedPathTest
►
N
api_request
C
ApiRequest
►
N
api_request_test
C
RequestTest
►
N
discovery_api_proxy
C
DiscoveryApiProxy
►
N
discovery_api_proxy_test
C
DiscoveryApiProxyTest
►
N
discovery_service
C
DiscoveryService
►
N
discovery_service_test
C
DiscoveryServiceTest
►
N
endpoints_server
►
C
EndpointsDispatcher
C
__CheckCorsHeaders
►
N
endpoints_server_test
C
DevAppserverEndpointsServerTest
C
JsonMatches
C
TransformRequestTests
►
N
errors
C
BackendError
C
BasicTypeParameterError
C
EnumRejectionError
C
InvalidParameterError
C
RequestError
C
RequestRejectionError
►
N
test_utils
C
MockConnectionResponse
C
TestsWithStartResponse
►
N
util_test
C
WSGIHelpersTest
►
N
environ_utils_test
C
EnvironUtilsTest
►
N
errors
C
AppConfigNotFoundError
C
Error
C
InvalidAppConfigError
►
N
file_watcher
C
_MultipleFileWatcher
►
N
gcs_server
C
Application
C
GCSServer
►
N
gcs_server_test
C
FakeResult
C
GCSTest
►
N
go_application
C
BuildError
C
GoApplication
►
N
go_runtime
C
_GoBuildFailureRuntimeProxy
C
GoRuntimeInstanceFactory
►
N
http_proxy
C
HttpProxy
►
N
http_proxy_test
C
FakeHttpResponse
C
HttpProxyTest
C
MockMessage
►
N
http_runtime
C
HttpRuntimeProxy
►
N
http_runtime_test
C
FakeHttpResponse
C
FakeTee
C
HttpRuntimeProxyFileFlavorTest
C
HttpRuntimeProxyTest
C
MockMessage
C
ModuleConfigurationStub
►
N
inotify_file_watcher
C
InotifyFileWatcher
►
N
inotify_file_watcher_test
C
TestInotifyFileWatcher
C
TestInotifyFileWatcherMultipleDirectories
►
N
instance
C
CannotAcceptRequests
C
CannotQuitServingInstance
C
Instance
C
InstanceFactory
C
InvalidInstanceId
C
RuntimeProxy
►
N
instance_test
C
TestInstance
►
N
java_application
C
JavaApplication
►
N
java_runtime
C
JavaRuntimeInstanceFactory
►
N
login
C
Handler
►
N
login_test
C
CookieTest
C
LoginPageTest
C
LoginRedirectTest
►
N
module
C
_ScriptHandler
C
AutoScalingModule
C
BasicScalingModule
C
InteractiveCommandError
C
InteractiveCommandModule
C
ManualScalingModule
C
Module
►
N
module_test
C
AutoScalingModuleFacade
C
BasicScalingModuleFacade
C
BuildRequestEnvironTest
C
ManualScalingModuleFacade
C
ModuleConfigurationStub
C
ModuleFacade
►
C
TestAutoScalingInstancePoolAdjustInstances
C
Instance
C
TestAutoScalingInstancePoolAutomaticScaling
►
C
TestAutoScalingInstancePoolChooseInstances
C
Instance
C
TestAutoScalingInstancePoolGetNumRequiredInstances
C
TestAutoScalingInstancePoolHandleChanges
C
TestAutoScalingInstancePoolHandleScriptRequest
C
TestAutoScalingInstancePoolLoopAdjustingInstances
C
TestAutoScalingInstancePoolMaybeRestartInstances
►
C
TestAutoScalingInstancePoolSplitInstances
C
Instance
C
TestAutoScalingInstancePoolTrimRequestTimesAndOutstanding
C
TestAutoScalingModuleAddInstance
C
TestAutoScalingModuleWarmup
►
C
TestBasicScalingInstancePoolChooseInstances
C
Instance
C
TestBasicScalingInstancePoolHandleChanges
C
TestBasicScalingInstancePoolHandleScriptRequest
C
TestBasicScalingInstancePoolInstanceManagement
C
TestBasicScalingModuleStart
C
TestInteractiveCommandModule
►
C
TestManualScalingInstancePoolChooseInstances
C
Instance
C
TestManualScalingInstancePoolHandleChanges
C
TestManualScalingInstancePoolHandleScriptRequest
C
TestManualScalingInstancePoolSetNumInstances
C
TestManualScalingInstancePoolSuspendAndResume
►
C
TestManualScalingModuleAddInstance
C
WsgiServer
C
TestManualScalingModuleStart
C
TestModuleCreateUrlHandlers
C
TestModuleGetRuntimeConfig
C
TestModuleShutdownInstance
►
N
mtime_file_watcher
C
MtimeFileWatcher
►
N
mtime_file_watcher_test
C
FakeThread
C
TestMtimeFileWatcher
►
N
php
►
N
runtime
C
PHPRuntime
►
N
php_runtime
C
_BadPHPEnvironmentRuntimeProxy
C
_PHPBinaryError
C
_PHPEnvironmentError
C
PHPRuntimeInstanceFactory
►
N
python
►
N
request_handler
C
RequestHandler
►
N
request_state
C
RequestState
►
N
request_state_test
C
CtypesComparator
C
RequestStateTest
►
N
runtime
C
AutoFlush
C
StartupScriptFailureApplication
►
N
runtime_test
C
SetupStubsTest
►
N
sandbox
C
BaseImportHook
C
CModuleImportHook
C
ModuleOverrideImportHook
C
ModuleOverridePolicy
C
PathOverrideImportHook
C
PathRestrictingImportHook
C
PyCryptoRandomImportHook
C
StubModuleImportHook
C
Tee
►
N
sandbox_test
C
CModuleImportHookTest
C
ModuleOverrideImportHookTest
C
PathOverrideImportHookTest
C
PathRestrictingImportHookTest
C
PyCryptoRandomImportHookTest
C
SandboxTest
►
N
stubs
C
FakeFile
C
RestrictedPathFunction
►
N
stubs_test
C
FakeFileTest
C
StubsTest
►
N
python_runtime
C
PythonRuntimeInstanceFactory
►
N
request_rewriter
C
RewriterState
►
N
request_rewriter_test
C
RequestRewritersTest
C
ResponseRewritersTest
C
RewriterMiddlewareTest
►
N
scheduled_executor
C
_Event
C
ScheduledExecutor
►
N
scheduled_executor_test
C
FakeThreadPool
C
ScheduledExecutorTest
►
N
shutdown_test
C
ShutdownTest
►
N
start_response_utils
C
CapturingStartResponse
►
N
start_response_utils_test
C
TestCapturingStartResponse
►
N
static_files_handler
C
StaticContentHandler
C
StaticDirHandler
C
StaticFilesHandler
►
N
static_files_handler_test
C
TestStaticContentHandlerCheckEtagMatch
C
TestStaticContentHandlerHandlePath
C
TestStaticDirHandler
C
TestStaticFilesHandler
►
N
tee
C
Tee
►
N
tee_test
C
Counter
C
TeeTest
►
N
thread_executor
C
ThreadExecutor
►
N
thread_executor_test
C
TestThreadExecutor
►
N
update_checker_test
C
CheckForUpdatesTest
C
GetSourceNameTest
C
GetUserAgentTest
►
N
url_handler
C
URLHandler
C
UserConfiguredURLHandler
►
N
url_handler_test
C
TestAuthorization
C
TestURLHandler
►
N
util_test
C
UtilTest
►
N
vm_runtime_proxy
C
VMRuntimeInstanceFactory
C
VMRuntimeProxy
►
N
win32_file_watcher
C
Win32FileWatcher
►
N
win32_file_watcher_test
C
Win32FileWatcherTest
C
WinError
►
N
wsgi_handler
C
WSGIHandler
►
N
wsgi_request_info
C
WSGIRequestInfo
►
N
wsgi_request_info_test
C
TestWSGIRequestInfo
►
N
wsgi_server
C
_SharedCherryPyThreadPool
C
_SingleAddressWsgiServer
C
BindError
C
SelectThread
C
WsgiServer
►
N
wsgi_server_test
C
_SingleAddressWsgiServerStartupTest
C
_SingleAddressWsgiServerTest
►
C
SelectThreadTest
C
_MockSocket
C
SharedCherryPyThreadPoolTest
C
TestError
C
WsgiServerPort0StartupTest
C
WsgiServerStartupTest
►
N
wsgi_test_utils
C
RewriterTestCase
C
WSGITestCase
►
N
dispatch_xml_parser
C
DispatchEntry
C
DispatchXmlParser
►
N
docker
►
N
containers
C
BaseImage
C
Container
C
ContainerError
C
ContainerOptions
C
Error
C
Image
C
ImageError
C
ImageOptions
C
PrebuiltImage
►
N
dos_xml_parser
C
BlacklistEntry
C
DosXmlParser
►
N
endpointscfg
C
_EndpointsParser
C
ServerRequestException
►
N
handler
C
Handler
C
OverlappedHandler
C
SimpleHandler
►
N
handler_generator
C
DynamicHandlerGenerator
C
HandlerGenerator
C
StaticHandlerGenerator
C
StaticHandlerGeneratorForDevAppServer
►
N
indexes_xml_parser
C
Index
C
IndexesXmlParser
►
N
jarfile
C
_Make
C
Error
C
InvalidJarError
C
JarWriteError
C
Manifest
►
N
old_dev_appserver
C
AppConfigCache
C
AppConfigNotFoundError
C
AppServerRequest
C
AppServerResponse
C
CGIDispatcher
C
CompileError
C
DevAppserverDispatcher
C
Error
C
ExecuteError
C
FakeRequestSocket
C
FileDispatcher
C
HttpServerWithMultiProcess
C
HTTPServerWithScheduler
C
InvalidAppConfigError
C
LocalCGIDispatcher
C
LoggingStream
C
MatcherDispatcher
C
ModuleManager
C
NotImplementedFakeClass
C
PathAdjuster
C
ReservedPathFilter
C
StaticFileConfigMatcher
C
URLDispatcher
C
URLMatcher
►
N
os_compat
C
WindowsError
►
N
php_cli
C
APIRequestInfo
►
N
queue_xml_parser
C
Acl
C
PullQueue
C
PushQueue
C
Queue
C
QueueXml
C
QueueXmlParser
C
RetryParameters
►
N
requeue
C
ReQueue
►
N
sdk_update_checker
C
NagFile
C
SDKUpdateChecker
►
N
value_mixin
C
ValueMixin
►
N
web_xml_parser
C
SecurityConstraint
C
WebXml
C
WebXmlParser
►
N
yaml_translator
C
AppYamlTranslator
C
AppYamlTranslatorForDevAppServer
▼
N
httplib
C
BadStatusLine
C
CannotSendHeader
C
CannotSendRequest
C
HTTP
C
HTTPConnection
C
HTTPException
C
HTTPMessage
C
HTTPResponse
C
HTTPS
C
HTTPSConnection
C
ImproperConnectionState
C
IncompleteRead
C
InvalidURL
C
LineAndFileWrapper
C
LineTooLong
C
NotConnected
C
ResponseNotReady
C
UnimplementedFileMode
C
UnknownProtocol
C
UnknownTransferEncoding
▼
N
test_service
C
ExtraMethods
C
SecondService
C
TestBytes
C
TestDateTime
C
TestIntegers
C
TestRequest
C
TestResponse
C
TestService
Maintained by
tzmartin