Searched refs:camel_to_underscore (Results 1 – 1 of 1) sorted by relevance
40 def camel_to_underscore(name): function64 return camel_to_underscore(name).replace('__','_').replace('3_D','3D').replace('L2_CAP','L2CAP')