def disjoint(self, *args): return _geos.Geometry_disjoint(self, *args) def touches(self, *args): return _geos.Geometry_touches(self, *args)
def disjoint(self, *args): return _geos.Geometry_disjoint(self, *args)