python (3.11.7)

(root)/
lib/
python3.11/
test/
test_inspect/
__init__.py
       1  import os
       2  from test import support
       3  
       4  
       5  def load_tests(*args):
       6      return support.load_package_tests(os.path.dirname(__file__), *args)