API Reference¶
The whole public interface of Gorilla is described here.
All of the library’s content is accessible from within the only module
gorilla
.
The classes Settings
, Patch
, and the function apply
form
the core of the library and cover all the requirements for monkey
patching.
For intuitivity and convenience reasons, decorators and utility functions are also provided.