MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_named_arguments

Method test_named_arguments

Lib/test/test_winreg.py:232–236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

230 self._delete_test_data(HKEY_CURRENT_USER)
231
232 def test_named_arguments(self):
233 self._test_named_args(HKEY_CURRENT_USER, test_key_name)
234 # Use the regular DeleteKey to clean up
235 # DeleteKeyEx takes named args and is tested separately
236 DeleteKey(HKEY_CURRENT_USER, test_key_name)
237
238 def test_connect_registry_to_local_machine_works(self):
239 # perform minimal ConnectRegistry test which just invokes it

Callers

nothing calls this directly

Calls 2

DeleteKeyFunction · 0.85
_test_named_argsMethod · 0.80

Tested by

no test coverage detected