MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / __init__

Method __init__

src/core/db/decorator/int_enum.py:8–10  ·  view source on GitHub ↗
(self, enum_class, *args, **kwargs)

Source from the content-addressed store, hash-verified

6 cache_ok = True
7
8 def __init__(self, enum_class, *args, **kwargs) -> None:
9 self.enum_class = enum_class
10 super().__init__(*args, **kwargs)
11
12 def process_bind_param(self, value, dialect):
13 if value is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected