MCPcopy 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_baseMethod · 0.80
generate_routeMethod · 0.80

Calls 2

camelcaseFunction · 0.85
format_func_nameFunction · 0.85

Tested by

no test coverage detected