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

Function print_arguments

tools/python-3.11.9-amd64/Lib/cgi.py:945–950  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

943 print()
944
945def print_arguments():
946 print()
947 print("<H3>Command Line Arguments:</H3>")
948 print()
949 print(sys.argv)
950 print()
951
952def print_environ_usage():
953 """Dump a list of environment variables used by CGI as HTML."""

Callers 1

testFunction · 0.85

Calls 1

printFunction · 0.50

Tested by

no test coverage detected