Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE.txt | H A D | 25-Apr-2025 | 1.3 KiB | 27 | 22 | |
README.chromium | H A D | 25-Apr-2025 | 306 | 13 | 11 | |
mock.py | H A D | 25-Apr-2025 | 73.8 KiB | 2,368 | 1,740 |
README.chromium
1Name: mock 2URL: http://pypi.python.org/pypi/mock 3Version: 1.0.1 4Security Critical: no 5Shipped: no 6License: BSD 7License File: LICENSE.txt 8 9Description: 10Python mock library, currently used by native_client_sdk. This is the 11same mock library that is now part of python 3.3 where it is know as 12unittest.mock. 13