MCPcopy Index your code
hub / github.com/dropbox/dropbox-sdk-java / format_func_name

Function format_func_name

core/generator/java/java.stoneg.py:329–330  ·  view source on GitHub ↗
(route)

Source from the content-addressed store, hash-verified

327
328
329def format_func_name(route):
330 return '{}_v{}'.format(route.name, route.version) if route.version > 1 else route.name
331
332
333@total_ordering

Callers 7

stone_fq_nameMethod · 0.85
url_pathMethod · 0.85
route_methodMethod · 0.85
route_builder_methodMethod · 0.85
builder_classMethod · 0.85
route_uploader_classMethod · 0.85

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected