Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(2) | Derive(0) | Import(2)
src/b/b/bbchop-HEAD/BBChop/tests/testCases.py bbchop(Download)
import randomdag import dag from listUtils import cond,listOr import numberType
locList[loc]=True detectable=listOr(dag.anyUpto(locList),locList)
src/b/b/bbchop-HEAD/BBChop/tests/testDetector.py bbchop(Download)
# You should have received a copy of the GNU General Public License # along with BBChop. If not, see <http://www.gnu.org/licenses/>. from listUtils import listOr # module which provides a stub detector object for testing # BBchop. location can be either specified or random.
locList[self.loc]=True self.detectable=listOr(dag.anyUpto(locList),locList)