Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(0) | Import(1)
src/t/o/tokenserver-HEAD/loadtest/populate-db.py tokenserver(Download)
#! /usr/bin/env python # script to populate the database with records import time import random from wimms.sql import SQLMetadata, _CREATE_USER_RECORD
email = "%s@%s" % (idx, host) node = random.choice(nodes) md._safe_execute(_CREATE_USER_RECORD, email=email, node=node, **params)