Module: google.appengine.api.stublib

A very simple base class for titanoboa Stubs.

This base class provides a mechanism for stubs to register patchers that should be started and stopped in local dev and/or testing environments.

These patchers are expected to be created by mock.patch().

Classes

class Patchers: A list of patchers with helper functions to bulk start and stop them.

class Stub