Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
def
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_name
Method · 0.85
url_path
Method · 0.85
route_method
Method · 0.85
route_builder_method
Method · 0.85
builder_class
Method · 0.85
route_uploader_class
Method · 0.85
translate_error_wrapper
Method · 0.85
Calls
1
format
Method · 0.80
Tested by
no test coverage detected