MCPcopy Index your code
hub / github.com/trailofbits/algo / build_client

Function build_client

library/linode_stackscript_v4.py:63–65  ·  view source on GitHub ↗

Build a LinodeClient.

(module)

Source from the content-addressed store, hash-verified

61
62
63def build_client(module):
64 """Build a LinodeClient."""
65 return LinodeClient(module.params["access_token"], user_agent=get_user_agent("linode_v4_module"))
66
67
68def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected