(arg, suffix = "")
| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected