MCPcopy Create free account
hub / github.com/F-Stack/f-stack / getFilepath

Method getFilepath

dpdk/usertools/dpdk-telemetry-client.py:54–56  ·  view source on GitHub ↗
(self, file_path)

Source from the content-addressed store, hash-verified

52 print("Error - Client could not be destroyed")
53
54 def getFilepath(self, file_path):
55 # Gets arguments from Command-Line and assigns to instance of client
56 self.file_path = file_path
57
58 def setRunpath(self, file_prefix):
59 self.run_path = os.path.join(get_dpdk_runtime_dir(file_prefix),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected