Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
src/s/k/skdb-HEAD/doc/proposals/techniques.py skdb(Download)
#!/usr/bin/python from copy import copy, deepcopy from skdb.core.yamlcrap import * from skdb import Unit, Vector, Process, load_package import unittest
step1 = tool.align(self.interface1, self.interface2) #with the tool "tool", align interface1 and interface2 (with their vectors) steps.append(step1) step2 = tool.push(object=self.interface1, force=Unit("10 N"), vector=Vector(0,1,0)) #normal_to(self.interface2))) steps.append(step2) return steps