MCPcopy Create free account
hub / github.com/SooLab/CGFormer / __init__

Method __init__

bert/modeling_utils.py:52–53  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

50 """
51
52 def __init__(self, *args, **kwargs):
53 super().__init__()
54
55 def forward(self, input):
56 return input

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected