Drop the "isl_" initial part of the type name "name". */
| 44 | /* Drop the "isl_" initial part of the type name "name". |
| 45 | */ |
| 46 | static string type2python(string name) |
| 47 | { |
| 48 | return name.substr(4); |
| 49 | } |
| 50 | |
| 51 | /* Print the header of the method "name" with "n_arg" arguments. |
| 52 | * If "is_static" is set, then mark the python method as static. |
no outgoing calls
no test coverage detected