| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

test_foo.py

Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 class Foo(object):
00004     def foo(self):
00005         print 'foo'
00006     def foo(self,interval):
00007         print 'foo(%f)'%interval
00008 
00009 foo = Foo()
00010 foo.foo(42)
00011 foo.foo()
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 21:01:08 2011 for GenDecay by doxygen 1.4.7