MCPcopy Create free account
hub / github.com/OpenBitSys/BitDistiller / RequestFactory

Class RequestFactory

test/general/lm_eval/base.py:985–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983
984
985class RequestFactory:
986 def __getattr__(self, attr):
987 def fn(*args):
988 return Request(attr, args)
989
990 return fn
991
992
993rf = RequestFactory()

Callers 1

base.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected