Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dropbox/dropbox-sdk-java
/ route_method
Method
route_method
core/generator/java/java.stoneg.py:1996–1998 ·
view source on GitHub ↗
(route)
Source
from the content-addressed store, hash-verified
1994
1995
@staticmethod
1996
def
route_method(route):
1997
assert isinstance(route, ApiRoute), repr(route)
1998
return
camelcase(format_func_name(route))
1999
2000
@staticmethod
2001
def
route_builder_method(route):
Callers
5
__init__
Method · 0.80
generate_route_base
Method · 0.80
generate_route
Method · 0.80
_emit_request_method_body
Method · 0.80
generate_route_builder
Method · 0.80
Calls
2
camelcase
Function · 0.85
format_func_name
Function · 0.85
Tested by
no test coverage detected