(special_name, msg)
| 641 | |
| 642 | @special_method |
| 643 | def error(special_name, msg): |
| 644 | print(''' |
| 645 | { { def %s $($tail:tt)* } $( $stuff:tt )* } => { |
| 646 | $crate::py_error! { "%s" } |
| 647 | };''' % (special_name, msg)) |
| 648 | |
| 649 | @special_method |
| 650 | def unimplemented(special_name): |
no outgoing calls
no test coverage detected