File: base.py

package info (click to toggle)
python-django 3%3A4.2.21-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 58,584 kB
  • sloc: python: 334,515; javascript: 18,754; xml: 215; makefile: 178; sh: 27
file content (6 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
from django.contrib.gis.gdal.error import GDALException
from django.contrib.gis.ptr import CPointerBase


class GDALBase(CPointerBase):
    null_ptr_exception_class = GDALException