Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
985
class
RequestFactory:
986
def
__getattr__(self, attr):
987
def
fn(*args):
988
return
Request(attr, args)
989
990
return
fn
991
992
993
rf = RequestFactory()
Callers
1
base.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected