Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(177) | Call(125) | Derive(0) | Import(52)
Ordered dict implementation. :see: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/107747
src/h/u/hue-HEAD/desktop/core/ext-py/Babel-0.9.6/babel/messages/frontend.py hue(Download)
from babel.messages.pofile import read_po, write_po from babel.messages.plurals import PLURALS from babel.util import odict, LOCALTZ __all__ = ['CommandLineInterface', 'compile_catalog', 'extract_messages',
parser = RawConfigParser() parser._sections = odict(parser._sections) # We need ordered sections parser.readfp(fileobj, filename) for section in parser.sections():
src/h/o/hortonworks-sandbox-HEAD/desktop/core/ext-py/Babel-0.9.6/babel/messages/frontend.py hortonworks-sandbox(Download)
from babel.messages.pofile import read_po, write_po from babel.messages.plurals import PLURALS from babel.util import odict, LOCALTZ __all__ = ['CommandLineInterface', 'compile_catalog', 'extract_messages',
parser = RawConfigParser() parser._sections = odict(parser._sections) # We need ordered sections parser.readfp(fileobj, filename) for section in parser.sections():
src/k/i/kitsune-HEAD/vendor/packages/Babel/babel/messages/frontend.py kitsune(Download)
from babel.messages.pofile import read_po, write_po from babel.messages.plurals import PLURALS from babel.util import odict, LOCALTZ __all__ = ['CommandLineInterface', 'compile_catalog', 'extract_messages',
parser = RawConfigParser() parser._sections = odict(parser._sections) # We need ordered sections parser.readfp(fileobj, filename) for section in parser.sections():
src/m/i/microblog-HEAD/flask/lib/python2.7/site-packages/babel/messages/frontend.py microblog(Download)
from babel.messages.mofile import write_mo from babel.messages.pofile import read_po, write_po from babel.util import odict, LOCALTZ from babel._compat import string_types, BytesIO, PY2
parser = RawConfigParser() parser._sections = odict(parser._sections) # We need ordered sections parser.readfp(fileobj, filename) for section in parser.sections():
src/s/o/socorro-HEAD/webapp-django/vendor/lib/python/babel/messages/frontend.py socorro(Download)
from babel.messages.pofile import read_po, write_po from babel.messages.plurals import PLURALS from babel.util import odict, LOCALTZ __all__ = ['CommandLineInterface', 'compile_catalog', 'extract_messages',
parser = RawConfigParser() parser._sections = odict(parser._sections) # We need ordered sections parser.readfp(fileobj, filename) for section in parser.sections():
src/f/j/fjord-HEAD/vendor/packages/Babel/babel/messages/frontend.py fjord(Download)
from babel.messages.mofile import write_mo from babel.messages.pofile import read_po, write_po from babel.util import odict, LOCALTZ from babel._compat import string_types, BytesIO, PY2
parser = RawConfigParser() parser._sections = odict(parser._sections) # We need ordered sections parser.readfp(fileobj, filename) for section in parser.sections():
src/g/a/gae-boilerplate-HEAD/bp_includes/external/babel/messages/frontend.py gae-boilerplate(Download)
from babel.messages.pofile import read_po, write_po from babel.messages.plurals import PLURALS from babel.util import odict, LOCALTZ __all__ = ['CommandLineInterface', 'compile_catalog', 'extract_messages',
parser = RawConfigParser() parser._sections = odict(parser._sections) # We need ordered sections parser.readfp(fileobj, filename) for section in parser.sections():
src/s/t/stackgeek-gaeb-HEAD/lib/externals/babel/messages/frontend.py stackgeek-gaeb(Download)
from babel.messages.pofile import read_po, write_po from babel.messages.plurals import PLURALS from babel.util import odict, LOCALTZ __all__ = ['CommandLineInterface', 'compile_catalog', 'extract_messages',
parser = RawConfigParser() parser._sections = odict(parser._sections) # We need ordered sections parser.readfp(fileobj, filename) for section in parser.sections():
src/p/l/plexnet-HEAD/third_party/python/babel/messages/frontend.py plexnet(Download)
from babel.messages.pofile import read_po, write_po from babel.messages.plurals import PLURALS from babel.util import odict, LOCALTZ __all__ = ['CommandLineInterface', 'compile_catalog', 'extract_messages',
parser = RawConfigParser() parser._sections = odict(parser._sections) # We need ordered sections parser.readfp(fileobj, filename) for section in parser.sections():
src/b/o/bomfu-HEAD/boilerplate/external/babel/messages/frontend.py bomfu(Download)
from babel.messages.pofile import read_po, write_po from babel.messages.plurals import PLURALS from babel.util import odict, LOCALTZ __all__ = ['CommandLineInterface', 'compile_catalog', 'extract_messages',
parser = RawConfigParser() parser._sections = odict(parser._sections) # We need ordered sections parser.readfp(fileobj, filename) for section in parser.sections():
1 | 2 | 3 | 4 | 5 | 6 Next