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

Method param_name

core/generator/java/java.stoneg.py:1816–1821  ·  view source on GitHub ↗
(stone_elem)

Source from the content-addressed store, hash-verified

1814
1815 @staticmethod
1816 def param_name(stone_elem):
1817 assert isinstance(stone_elem, (ApiNamespace, Field)), repr(stone_elem)
1818 if isinstance(stone_elem, UnionField):
1819 return camelcase(stone_elem.name + '_value')
1820 else:
1821 return camelcase(stone_elem.name)
1822
1823 def stone_fq_name(self, stone_elem, containing_data_type=None):
1824 assert isinstance(stone_elem, StoneType), repr(stone_elem)

Callers 15

_javadoc_fieldsMethod · 0.80
__init__Method · 0.80
generate_clientMethod · 0.80
generate_routeMethod · 0.80

Calls 1

camelcaseFunction · 0.85

Tested by

no test coverage detected