Exemplo n.º 1
0
	def __hash__( self ):
		return mod_utils.hash_object( self, 'points' )
Exemplo n.º 2
0
Arquivo: geo.py Projeto: kipe/gpxpy
 def __hash__(self):
             return mod_utils.hash_object(self, 'latitude', 'longitude', 'elevation') 
Exemplo n.º 3
0
	def __hash__( self ):
		return mod_utils.hash_object( self, 'time', 'name', 'description', 'symbol', 'type', 'comment','hdop', 'vdop','pdop' )
Exemplo n.º 4
0
	def __hash__( self ):
		return mod_utils.hash_object( self, 'name', 'description', 'number', 'segments' )
Exemplo n.º 5
0
	def __hash__( self ):
		return mod_utils.hash_object( self, 'latitude', 'longitude', 'elevation', 'time', 'symbol', 'comment' )
Exemplo n.º 6
0
	def __hash__( self ):
		return mod_utils.hash_object( self, 'time', 'name', 'description', 'author', 'email', 'url', 'urlname', 'keywords', 'waypoints', 'routes', 'tracks', 'min_latitude', 'max_latitude', 'min_longitude', 'max_longitude' ) 
Exemplo n.º 7
0
 def __hash__(self):
     return mod_utils.hash_object(self, "latitude", "longitude", "elevation")