コード例 #1
0
 def _update(self, updated, *attrs):
     '''(INTERNAL) Zap cached attributes if updated.
     '''
     if updated:
         Vector3d._update(self, updated, '_e9t', '_v4t', *attrs)
コード例 #2
0
 def _update(self, updated, *attrs):
     '''(INTERNAL) Zap cached attributes if updated.
     '''
     if updated:
         Vector3d._update(self, updated, '_latlon', '_philam', *attrs)
コード例 #3
0
 def _update(self, updated):
     if updated:  # reset cached attrs
         self._e9t = self._v4t = None
         Vector3d._update(self, updated)