MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _method

Method _method

tools/python-3.11.9-amd64/Lib/functools.py:386–388  ·  view source on GitHub ↗
(cls_or_self, /, *args, **keywords)

Source from the content-addressed store, hash-verified

384
385 def _make_unbound_method(self):
386 def _method(cls_or_self, /, *args, **keywords):
387 keywords = {**self.keywords, **keywords}
388 return self.func(cls_or_self, *self.args, *args, **keywords)
389 _method.__isabstractmethod__ = self.__isabstractmethod__
390 _method._partialmethod = self
391 return _method

Callers

nothing calls this directly

Calls 1

funcMethod · 0.45

Tested by

no test coverage detected