kitty.core package

The classes in this module has very little to do with the fuzzing process, however, those classes and functions are used all over kitty.

exception kitty.core.KittyException[source]

Bases: exceptions.Exception

Simple exception, used mainly to make tests better, and identify exceptions that were thrown by kitty directly.

kitty.core.khash(*args)[source]

hash arguments. khash handles None in the same way accross runs (which is good :))