snakia.types.empty

Functions

async_func(*_, **__)

An async function that does nothing

final(f)

A decorator to indicate final methods and final classes.

func(*_, **__)

A function that does nothing

Classes

Class()

A class that does nothing

final class snakia.types.empty.Class[source]

Bases: object

A class that does nothing

async snakia.types.empty.async_func(*_, **__)[source]

An async function that does nothing

Return type:

Any

snakia.types.empty.func(*_, **__)[source]

A function that does nothing

Return type:

Any