Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(6) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/import_plugins/slc.py SkeinFox(Download)
numGaps = getLittleEndianUnsignedLongGivenFile( file ) if numPoints > 2: rotatedBoundaryLayer.loops.append( getPointsFromFile( numPoints, file ) ) def readFile( self, fileName ):
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/import_plugins/slc.py SkeinFox(Download)
numGaps = getLittleEndianUnsignedLongGivenFile( file ) if numPoints > 2: rotatedBoundaryLayer.loops.append( getPointsFromFile( numPoints, file ) ) def readFile( self, fileName ):
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/import_plugins/slc.py SkeinFox(Download)
numGaps = getLittleEndianUnsignedLongGivenFile( file ) if numPoints > 2: rotatedBoundaryLayer.loops.append( getPointsFromFile( numPoints, file ) ) def readFile( self, fileName ):
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/widen.py SkeinFox(Download)
elif firstWord == '(<surroundingLoop>)': self.boundary = [] self.rotatedBoundaryLayer.loops.append( self.boundary ) if self.rotatedBoundaryLayer == None: self.distanceFeedRate.addLine( line )
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/outset.py SkeinFox(Download)
elif firstWord == '(<surroundingLoop>)': self.boundary = [] self.rotatedBoundaryLayer.loops.append( self.boundary ) if self.rotatedBoundaryLayer == None: self.distanceFeedRate.addLine( line )
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft_plugins/inset.py SkeinFox(Download)
elif firstWord == '(<surroundingLoop>)': self.boundary = [] self.rotatedBoundaryLayer.loops.append( self.boundary ) if self.rotatedBoundaryLayer == None: self.distanceFeedRate.addLine( line )