MCPcopy Create free account
hub / github.com/LeelaChessZero/lc0 / function_meth_flags

Method function_meth_flags

scripts/pybind/functions.py:231–232  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

229 super().__init__(name, *args, **kwargs)
230
231 def function_meth_flags(self):
232 return super().function_meth_flags() + '| METH_STATIC'
233
234 def _generate_call(self, w):
235 if isinstance(self.retval, NoneRetVal):

Callers

nothing calls this directly

Calls 1

function_meth_flagsMethod · 0.45

Tested by

no test coverage detected