Searched refs:client (Results 1 – 2 of 2) sorted by relevance
29 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}';")
833 def run_server_and_client(self, server, client, **kwargs): argument848 self.run_client(client, **kwargs)853 def run_client(self, client, **kwargs): argument857 self.check_call(client, **kwargs)
Completed in 6 milliseconds