MCPcopy Create free account
hub / github.com/TorchSSL/TorchSSL / __init__

Method __init__

utils.py:28–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26def test_setattr_cls_from_kwargs():
27 class _test_cls:
28 def __init__(self):
29 self.a = 1
30 self.b = 'hello'
31
32 test_cls = _test_cls()
33 config = {'a': 3, 'b': 'change_hello', 'c': 5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected