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/s/o/Source.Python-HEAD/addons/source-python/Python3/logging/config.py Source.Python(Download)
# configure the root first llist = cp["loggers"]["keys"] llist = llist.split(",") llist = list(map(lambda x: x.strip(), llist)) llist.remove("root")
src/c/p/cpython-HEAD/Lib/logging/config.py cpython(Download)
# configure the root first llist = cp["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/pip/vcs/subversion.py rolf(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]
src/s/t/static-python-HEAD/Lib/logging/config.py static-python(Download)
# configure the root first llist = cp["loggers"]["keys"] llist = llist.split(",") llist = list(map(lambda x: x.strip(), llist)) llist.remove("root")
src/n/u/nupic-linux64-HEAD/setuptools-1.0/setuptools/command/egg_info.py nupic-linux64(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/g/i/gitstack-HEAD/python/Lib/logging/config.py gitstack(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/p/y/pytaint-HEAD/Python-2.7.5-pytaint/Lib/logging/config.py pytaint(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/p/y/Py2crazy-HEAD/Python-2.7.5/Lib/logging/config.py Py2crazy(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/e/m/empythoned-HEAD/cpython/Lib/logging/config.py empythoned(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/w/i/wizlang-HEAD/venv/lib/python2.7/site-packages/pip/vcs/subversion.py wizlang(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