MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _test

Function _test

tools/python-3.11.9-amd64/Lib/pickle.py:1793–1795  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1791
1792# Doctest
1793def _test():
1794 import doctest
1795 return doctest.testmod()
1796
1797if __name__ == "__main__":
1798 import argparse

Callers 1

pickle.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected