MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / wrap2

Function wrap2

src/py_class/py_class_impl.py:637–638  ·  view source on GitHub ↗
(special_name)

Source from the content-addressed store, hash-verified

635def special_method(decorated_function):
636 def wrap1(*args, **kwargs):
637 def wrap2(special_name):
638 return decorated_function(special_name, *args, **kwargs)
639 return wrap2
640 return wrap1
641

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected