Contents
API Reference
TetSessionFactory
Session factory utilities for Tet applications.
Provides a generic session factory that can wrap any session type.
Bases: object
object
A generic session factory that creates sessions of a given type.
session_type – A callable that accepts a request and returns a session.