Re: Need help in writing some code so i can re-use it in every module or class

2014-03-01 Thread Roy Smith
In article , Unix SA wrote: > Hello Experts, > > I have requirement, like i want to use below command in python script. > > --username --passwordarguments> > > now my requirement is i want to write some class so i can re-use " > --username --password " part via importing as module > or

Re: Need help in writing some code so i can re-use it in every module or class

2014-02-26 Thread Jean-Michel Pichavant
- Original Message - > Hello Experts, > I have requirement, like i want to use below command in python > script. > --username --password arguments> > now my requirement is i want to write some class so i can re-use > " --username --password " part via > importing as module or clas

Need help in writing some code so i can re-use it in every module or class

2014-02-26 Thread Unix SA
Hello Experts, I have requirement, like i want to use below command in python script. --username --password now my requirement is i want to write some class so i can re-use " --username --password " part via importing as module or class .. and re-use that in other module or classes .. so