Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ fn
Method
fn
test/general/lm_eval/base.py:987–988 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
985
class
RequestFactory:
986
def
__getattr__(self, attr):
987
def
fn(*args):
988
return
Request(attr, args)
989
990
return
fn
991
Callers
nothing calls this directly
Calls
1
Request
Class · 0.85
Tested by
no test coverage detected