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/m/a/main-HEAD/External.LCA_RESTRICTED/Languages/CPython/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")
src/r/o/rolf-HEAD/ve/lib/python2.7/site-packages/setuptools/command/egg_info.py rolf(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/p/i/PipelineConstructionSet-HEAD/python/maya/site-packages/pymel-1.0.5/pymel/internal/factories.py PipelineConstructionSet(Download)
val = [val.start, val.stop] elif isinstance(val, basestring) and val.count(':') == 1: val = val.split(':') # keep this python 2.4 compatible
src/p/i/PipelineConstructionSet-HEAD/python/maya/site-packages/pymel-1.0.3/pymel/internal/factories.py PipelineConstructionSet(Download)
val = [val.start, val.stop] elif isinstance(val, basestring) and val.count(':') == 1: val = val.split(':') # keep this python 2.4 compatible
src/t/r/TrustRouter-HEAD/client/packaging/Windows/Python32/Lib/logging/config.py TrustRouter(Download)
# configure the root first llist = cp["loggers"]["keys"] llist = llist.split(",") llist = list(map(lambda x: x.strip(), llist)) llist.remove("root")
src/w/i/wizlang-HEAD/venv/lib/python2.7/site-packages/setuptools/command/egg_info.py wizlang(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/i/r/ironpython3-HEAD/Src/StdLib/Lib/logging/config.py ironpython3(Download)
# configure the root first llist = cp["loggers"]["keys"] llist = llist.split(",") llist = list(map(lambda x: x.strip(), llist)) llist.remove("root")
src/d/d/ddocker-HEAD/bin/pex.venv/lib/python2.7/site-packages/setuptools/command/egg_info.py ddocker(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/p/y/pydroid-HEAD/src/pydroid/framework/project_skeleton/libs/python27/lib/python2.7/logging/config.py pydroid(Download)
# configure the root first llist = cp.get("loggers", "keys") llist = llist.split(",") llist = list(map(lambda x: x.strip(), llist)) llist.remove("root")
src/a/n/antisocial-HEAD/ve/lib/python2.7/site-packages/pip/vcs/subversion.py antisocial(Download)
f.close() if data.startswith('8') or data.startswith('9') or data.startswith('10'): data = list(map(str.splitlines, data.split('\n\x0c\n'))) del data[0][0] # get rid of the '8' url = data[0][3]
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 Next