Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/mill.py SkeinFox(Download)
def getPointsFromSegmentTable( segmentTable ): "Get the points from the segment table." points = [] endpoints = euclidean.getEndpointsFromSegmentTable( segmentTable ) for endpoint in endpoints:
def addMillThreads( self ): "Add the mill htreads to the skein." boundaryLayer = self.boundaryLayers[ self.layerIndex ] endpoints = euclidean.getEndpointsFromSegmentTable( boundaryLayer.segmentTable ) if len( endpoints ) < 1:
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/raft.py SkeinFox(Download)
return [] supportSegmentTable = self.supportLayers[ self.layerIndex ].supportSegmentTable endpoints = euclidean.getEndpointsFromSegmentTable( supportSegmentTable ) if self.layerIndex % 2 == 0 or not self.repository.supportCrossHatch.value: return endpoints