MCPcopy Create free account
hub / github.com/Tiramisu-Compiler/tiramisu / type2python

Function type2python

3rdParty/isl/interface/python.cc:46–49  ·  view source on GitHub ↗

Drop the "isl_" initial part of the type name "name". */

Source from the content-addressed store, hash-verified

44/* Drop the "isl_" initial part of the type name "name".
45 */
46static 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.

Callers 8

print_type_checkMethod · 0.85
print_callbackMethod · 0.85
print_method_returnMethod · 0.85
print_methodMethod · 0.85
print_method_overloadMethod · 0.85
print_constructorMethod · 0.85
print_class_headerMethod · 0.85
printMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected