Home
last modified time | relevance | path

Searched refs:client (Results 1 – 2 of 2) sorted by relevance

/scripts/footprint/
A Dupload_data.py29 client = InfluxDBClient.from_dsn(influx_dsn)
30 client.create_database('footprint_tracking')
47 client.write_points(footprint_data, time_precision='s', database='footprint_tracking')
103 client = InfluxDBClient.from_dsn(influx_dsn)
104 result = client.query(f"select * from kernel where commit = '{hash}';")
/scripts/west_commands/runners/
A Dcore.py833 def run_server_and_client(self, server, client, **kwargs): argument
848 self.run_client(client, **kwargs)
853 def run_client(self, client, **kwargs): argument
857 self.check_call(client, **kwargs)

Completed in 6 milliseconds