Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(14) | Call(14) | Derive(0) | Import(0)
src/p/i/picard-HEAD/setup.py picard(Download)
def initialize_options(self): # cannot use super() with old-style parent class babel.extract_messages.initialize_options(self) self.output_file = 'po/picard.pot' self.input_dirs = 'contrib, picard'
src/l/e/lesswrong-HEAD/r2/translation.py lesswrong(Download)
def initialize_options(self): _extract_messages.initialize_options(self) self.output_file = 'r2/i18n/r2.pot' self.mapping_file = 'babel.cfg'
src/b/p/bphython-0.0.2/setup.py bphython(Download)
def initialize_options(self): """Simply set default domain and output file attributes to the correct values for bpython.""" _extract_messages.initialize_options(self)
src/b/p/bpython-0.12/setup.py bpython(Download)
def initialize_options(self): """Simply set default domain and output file attributes to the correct values for bpython.""" _extract_messages.initialize_options(self)
src/w/e/WebPutty-HEAD/libs/babel/messages/tests/frontend.py WebPutty(Download)
)) self.cmd = frontend.extract_messages(self.dist) self.cmd.initialize_options() def tearDown(self):
src/k/u/kuma-lib-HEAD/packages/Babel/babel/messages/tests/frontend.py kuma-lib(Download)
)) self.cmd = frontend.extract_messages(self.dist) self.cmd.initialize_options() def tearDown(self):
src/k/i/kitsune-HEAD/vendor/packages/Babel/babel/messages/tests/frontend.py kitsune(Download)
)) self.cmd = frontend.extract_messages(self.dist) self.cmd.initialize_options() def tearDown(self):
src/i/n/input-lib-HEAD/packages/Babel/babel/messages/tests/frontend.py input-lib(Download)
)) self.cmd = frontend.extract_messages(self.dist) self.cmd.initialize_options() def tearDown(self):
src/w/e/webapp-improved-HEAD/lib/babel/babel/messages/tests/frontend.py webapp-improved(Download)
)) self.cmd = frontend.extract_messages(self.dist) self.cmd.initialize_options() def tearDown(self):
src/h/o/hortonworks-sandbox-HEAD/desktop/core/ext-py/Babel-0.9.6/babel/messages/tests/frontend.py hortonworks-sandbox(Download)
)) self.cmd = frontend.extract_messages(self.dist) self.cmd.initialize_options() def tearDown(self):
1 | 2 Next