MCPcopy Index your code
hub / github.com/dronekit/dronekit-python / __init__

Method __init__

examples/drone_delivery/drone_delivery.py:157–160  ·  view source on GitHub ↗
(self, home_coords)

Source from the content-addressed store, hash-verified

155
156class Templates:
157 def __init__(self, home_coords):
158 self.home_coords = home_coords
159 self.options = self.get_options()
160 self.environment = Environment(loader=FileSystemLoader(local_path + '/html'))
161
162 def get_options(self):
163 return {'width': 670,

Callers

nothing calls this directly

Calls 1

get_optionsMethod · 0.95

Tested by

no test coverage detected