puff-rs 0.1.2

Puff - Deep Stack Python Runtime and GraphQL library.
Documentation
1
2
3
4
5
6
7
8
__version__ = "2.9.9"


READ_UNCOMMITTED = object()
READ_COMMITTED = object()
REPEATABLE_READ = object()
SERIALIZABLE = object()
DEFAULT = object()