Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dropbox/dropbox-sdk-java
/ auth_style
Method
auth_style
core/generator/java/java.stoneg.py:1977–1979 ·
view source on GitHub ↗
(route)
Source
from the content-addressed store, hash-verified
1975
1976
@staticmethod
1977
def
auth_style(route):
1978
assert isinstance(route, ApiRoute), repr(route)
1979
return
route.attrs.get(
'auth'
,
'user'
)
1980
1981
@staticmethod
1982
def
route_host(route):
Callers
3
builder_class
Method · 0.95
generate_route_simple_call
Method · 0.80
generate_route_upload_call
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected