Example #1
0
 def __init__(self, tilecoord_in_topleft, *args, **kwargs):
     self.tilecoord_in_topleft = tilecoord_in_topleft
     SQLiteDict.__init__(self, *args, **kwargs)
Example #2
0
 def __init__(self, tilecoord_in_topleft, *args, **kwargs):
     self.tilecoord_in_topleft = tilecoord_in_topleft
     SQLiteDict.__init__(self, *args, **kwargs)
 def __init__(self, *args, **kwargs):
     SQLiteDict.__init__(self, *args, **kwargs)
Example #4
0
 def __init__(self, tilecoord_in_topleft: bool, *args: Any,
              **kwargs: Any) -> None:
     self.tilecoord_in_topleft = tilecoord_in_topleft
     SQLiteDict.__init__(self, *args, **kwargs)