This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Test for rewrite of fBytes() of arc_summary.py | |
| # Scot W. Stevenson <scot.stevenson@gmail.com> | |
| # First version: 25. Okt 2017 | |
| # This version: 25. Okt 2017 | |
| # This test assumes Python 3; will produce weird | |
| # (but readable and correct) final output with Python 2 | |
| import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Test for rewrite of fHits() of arc_summary.py | |
| # Scot W. Stevenson <scot.stevenson@gmail.com> | |
| # First version: 26. Okt 2017 | |
| # This version: 31. Okt 2017 | |
| # This test assumes Python 3; will produce weird | |
| # (but readable and correct) final output with Python 2 | |
| import sys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # | |
| # CDDL HEADER START | |
| # | |
| # The contents of this file are subject to the terms of the | |
| # Common Development and Distribution License (the "License"). | |
| # You may not use this file except in compliance with the License. | |
| # | |
| # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE | |
| # or http://www.opensolaris.org/os/licensing. |