traci.storage
index
/home/delphi/gcc/sumo/tools/traci/storage.py

# -*- coding: utf-8 -*-
# Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.dev/sumo
# Copyright (C) 2008-2024 German Aerospace Center (DLR) and others.
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
https://www.eclipse.org/legal/epl-2.0/
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the Eclipse
# Public License 2.0 are satisfied: GNU General Public License, version 2
# or later which is available at
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later

 
Modules
       
struct
traci.constants

 
Classes
       
builtins.object
Storage

 
class Storage(builtins.object)
    Storage(content)
 

 
  Methods defined here:
__init__(self, content)
Initialize self.  See help(type(self)) for accurate signature.
getDebugString(self)
read(self, format)
readCompound(self, expectedSize=None)
readDouble(self)
readInt(self)
readLength(self)
readShape(self)
readString(self)
readStringList(self)
readTypedByte(self)
readTypedDouble(self)
readTypedInt(self)
readTypedString(self)
readTypedStringList(self)
ready(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

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