|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /lib64/python2.7/site-packages/django/contrib/gis/geos/ |
Upload File : |
�
r�\c @ s9 d Z d e f d � � YZ d e e f d � � YZ d S( sc
This module houses the GEOS exceptions, specifically, GEOSException and
GEOSGeometryIndexError.
t
GEOSExceptionc B s e Z d Z RS( s8 The base GEOS exception, indicates a GEOS-related error.( t __name__t
__module__t __doc__( ( ( s? /tmp/pip-install-XxeQeY/django/django/contrib/gis/geos/error.pyR s t GEOSIndexErrorc B s e Z d Z e Z RS( s
This exception is raised when an invalid index is encountered, and has
the 'silent_variable_feature' attribute set to true. This ensures that
django's templates proceed to use the next lookup type gracefully when
an Exception is raised. Fixes ticket #4740.
( R R R t Truet silent_variable_failure( ( ( s? /tmp/pip-install-XxeQeY/django/django/contrib/gis/geos/error.pyR
s N( R t ExceptionR t KeyErrorR ( ( ( s? /tmp/pip-install-XxeQeY/django/django/contrib/gis/geos/error.pyt <module> s