Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PAIR-code/lit
/ test_init_spec_none
Method
test_init_spec_none
lit_nlp/api/model_test.py:217–218 ·
view source on GitHub ↗
(self, mdl: model.Model)
Source
from the content-addressed store, hash-verified
215
(
"wrapper"
, model.ModelWrapper),
216
)
217
def
test_init_spec_none(self, mdl: model.Model):
218
self.assertIsNone(mdl.init_spec())
219
220
221
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
init_spec
Method · 0.45
Tested by
no test coverage detected