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

Method route_builder_method

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

Source from the content-addressed store, hash-verified

1999
2000 @staticmethod
2001 def route_builder_method(route):
2002 assert isinstance(route, ApiRoute), repr(route)
2003 return camelcase(format_func_name(route) + '_builder')
2004
2005 @staticmethod
2006 def namespace_package(namespace, base_package):

Callers 2

__init__Method · 0.80

Calls 2

camelcaseFunction · 0.85
format_func_nameFunction · 0.85

Tested by

no test coverage detected