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

Method remove

tools/python-3.11.9-amd64/Tools/demo/queens.py:47–51  ·  view source on GitHub ↗
(self, x, y)

Source from the content-addressed store, hash-verified

45 self.down[x+y] = 1
46
47 def remove(self, x, y):
48 self.y[x] = None
49 self.row[y] = 0
50 self.up[x-y] = 0
51 self.down[x+y] = 0
52
53 silent = 0 # If true, count solutions only
54

Callers 9

solveMethod · 0.95
getFilesForNameFunction · 0.45
walk_python_filesFunction · 0.45
make_backupFunction · 0.45
fixFunction · 0.45
list_frozenFunction · 0.45
checkFunction · 0.45
ndiff.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected