On 28 ene, 19:16, Josh Holland <[email protected]> wrote: > On 2010-01-28, Joan Miller <[email protected]> wrote: > > > I've to call to many functions with the format: > > >>>> run("cmd") > > Check the docs on os.system(). No. I've a function that uses subprocess to run commands on the same shell and so substitute to bash scrips. But a script full of run ("shell_command --with --arguments") is too verbose. -- http://mail.python.org/mailman/listinfo/python-list
- Wrap a function Joan Miller
- Re: Wrap a function Josh Holland
- Re: Wrap a function Joan Miller
- Re: Wrap a function Steve Holden
- Re: Wrap a function John Posner
- Re: Wrap a function Joan Miller
- Re: Wrap a function Sean DiZazzo
- Re: Wrap a function Peter
- Re: Wrap a function Joan Miller
- Re: Wrap a function Joan Miller
- Re: Wrap a function John Posner
- Re: Wrap a function Joan Miller
- mix statically typed with dynamical... Yingjie Lan
