traci.storage
index
/build/sumo-lzRVri/sumo-0.30.0+dfsg1/tools/traci/storage.py

@file    storage.py
@author  Michael Behrisch
@author  Lena Kalleske
@author  Mario Krumnow
@author  Daniel Krajzewicz
@author  Jakob Erdmann
@date    2008-10-09
@version $Id: storage.py 22608 2017-01-17 06:28:54Z behrisch $
 
Python implementation of the TraCI interface.
 
SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
Copyright (C) 2008-2017 DLR (http://www.dlr.de/) and contributors
 
This file is part of SUMO.
SUMO is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

 
Modules
       
struct

 
Classes
       
Storage

 
class Storage
     Methods defined here:
__init__(self, content)
printDebug(self)
read(self, format)
readDouble(self)
readInt(self)
readLength(self)
readShape(self)
readString(self)
readStringList(self)
ready(self)

 
Data
        absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0), 16384)
print_function = _Feature((2, 6, 0, 'alpha', 2), (3, 0, 0, 'alpha', 0), 65536)