SYMBOL INDEX (26 symbols across 3 files) FILE: client3.py function getDataPoint (line 32) | def getDataPoint(quote): function getRatio (line 42) | def getRatio(price_a, price_b): FILE: client_test.py class ClientTest (line 4) | class ClientTest(unittest.TestCase): method test_getDataPoint_calculatePrice (line 5) | def test_getDataPoint_calculatePrice(self): method test_getDataPoint_calculatePriceBidGreaterThanAsk (line 12) | def test_getDataPoint_calculatePriceBidGreaterThanAsk(self): FILE: server3.py function bwalk (line 61) | def bwalk(min, max, std): function market (line 69) | def market(t0=MARKET_OPEN): function orders (line 78) | def orders(hist): function add_book (line 94) | def add_book(book, order, size, _age=10): function clear_order (line 102) | def clear_order(order, size, book, op=operator.ge, _notional=0): function clear_book (line 117) | def clear_book(buy=None, sell=None): function order_book (line 132) | def order_book(orders, book, stock_name): function generate_csv (line 149) | def generate_csv(): function read_csv (line 159) | def read_csv(): class ThreadedHTTPServer (line 170) | class ThreadedHTTPServer(ThreadingMixIn, http.server.HTTPServer): method shutdown (line 176) | def shutdown(self): function route (line 182) | def route(path): function read_params (line 194) | def read_params(path): function get (line 204) | def get(req_handler, routes): function run (line 219) | def run(routes, host='0.0.0.0', port=8080): class App (line 254) | class App(object): method __init__ (line 257) | def __init__(self): method _current_book_1 (line 267) | def _current_book_1(self): method _current_book_2 (line 276) | def _current_book_2(self): method read_10_first_lines (line 284) | def read_10_first_lines(self): method handle_query (line 290) | def handle_query(self, x):