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

Function normal

src/py_class/py_class_impl.py:686–687  ·  view source on GitHub ↗
(arg, suffix = "")

Source from the content-addressed store, hash-verified

684 return "$%s_name%s" % (arg.name, suffix)
685
686 def normal(arg, suffix = ""):
687 return "$%s_name%s" % (arg.name, suffix)
688
689 if args:
690 operator_impl(special_name, slot, args, res_type, res_conv, res_ffi_type, additional_slots, optref)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected