def within(self, *args): return _geos.Geometry_within(self, *args) def contains(self, *args): return _geos.Geometry_contains(self, *args)
def within(self, *args): return _geos.Geometry_within(self, *args)