MCPcopy Create free account
hub / github.com/google-deepmind/chex / some_method

Method some_method

chex/_src/dataclass_test.py:134–135  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

132 k_init_only: dataclasses.InitVar[int] = 10
133
134 def some_method(self, *args):
135 raise RuntimeError('NestedClassWithMap.some_method() was called.')
136
137 def __post_init__(self, k_init_only):
138 self.k_non_init = self.k_int * k_init_only

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected