(x)
| 604 | #************************************************************************** |
| 605 | |
| 606 | def f8(x): |
| 607 | return "%8.3f" % x |
| 608 | |
| 609 | #************************************************************************** |
| 610 | # Statistics browser added by ESR, April 2001 |
no outgoing calls
no test coverage detected