MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / __init__

Method __init__

scripts/gdb_printers.py:91–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 """Display features on geojson.io."""
90
91 def __init__ (self):
92 super (GeojsonPrinter, self).__init__ ('geojson', gdb.COMMAND_USER)
93 self.to_geojson = {
94 'osrm::engine::guidance::RouteSteps': self.RouteSteps,
95 'std::vector<osrm::engine::guidance::RouteStep, std::allocator<osrm::engine::guidance::RouteStep> >': self.RouteSteps}
96
97 @staticmethod
98 def encodeURIComponent(s):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected