Searched refs:to_underscore (Results 1 – 2 of 2) sorted by relevance
248 def to_underscore(name): function252 return to_underscore(name).replace('cmd_', '')255 return remove_prefix(to_underscore(name).replace('cmd_', ''), 'p_')263 return "VK_%s" % to_underscore(name).upper()266 return "vk_%s" % to_underscore(name)412 'to_underscore': to_underscore,
100 def to_underscore(name): function123 'to_underscore': to_underscore,