Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(168) | Call(168) | Derive(0) | Import(0)
src/t/w/tw2.jit-2.0.5/tw2/jit/samples/ajax.py tw2.jit(Download)
deps = commands.getoutput( "yum deplist %s | grep dependency | awk ' { print $2 } '" % package) deps = list(set([dep.split('(')[0] for dep in deps.split('\n') if dep])) return deps
src/o/h/oh-mainline-HEAD/vendor/packages/twisted/twisted/conch/scripts/cftp.py oh-mainline(Download)
except IndexError: raise IndexError, "unterminated quote" ret = line.split(None, 1) if len(ret) == 1: return ret[0], ''
src/h/o/hortonworks-sandbox-HEAD/desktop/core/ext-py/Twisted/twisted/conch/scripts/cftp.py hortonworks-sandbox(Download)
except IndexError: raise IndexError, "unterminated quote" ret = line.split(None, 1) if len(ret) == 1: return ret[0], ''
src/m/y/mythbox-HEAD/resources/lib/twisted/twisted/conch/scripts/cftp.py mythbox(Download)
except IndexError: raise IndexError, "unterminated quote" ret = line.split(None, 1) if len(ret) == 1: return ret[0], ''
src/z/o/zope.app.twisted-3.5.0/src/twisted/conch/scripts/cftp.py zope.app.twisted(Download)
except IndexError: raise IndexError, "unterminated quote" ret = line.split(None, 1) if len(ret) == 1: return ret[0], ''
src/s/u/SubliminalCollaborator-HEAD/libs/twisted/conch/scripts/cftp.py SubliminalCollaborator(Download)
except IndexError: raise IndexError, "unterminated quote" ret = line.split(None, 1) if len(ret) == 1: return ret[0], ''
src/u/n/UnitScan-HEAD/twisted/conch/scripts/cftp.py UnitScan(Download)
except IndexError: raise IndexError, "unterminated quote" ret = line.split(None, 1) if len(ret) == 1: return ret[0], ''
src/t/w/Twisted-13.2.0/twisted/conch/scripts/cftp.py Twisted(Download)
except IndexError: raise IndexError, "unterminated quote" ret = line.split(None, 1) if len(ret) == 1: return ret[0], ''
src/a/n/antisocial-HEAD/ve/lib/python2.7/site-packages/setuptools/command/egg_info.py antisocial(Download)
continue data = list(map(str.splitlines,data.split('\n\x0c\n'))) del data[0][0] # get rid of the '8' or '9' or '10' dirurl = data[0][3]
src/m/a/main-HEAD/External.LCA_RESTRICTED/Languages/IronPython/27/Lib/logging/config.py main(Download)
# configure the root first llist = cp.get("loggers", "keys") llist = llist.split(",") llist = list(map(lambda x: x.strip(), llist)) llist.remove("root")
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next