Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
solve
Method · 0.95
getFilesForName
Function · 0.45
walk_python_files
Function · 0.45
make_backup
Function · 0.45
fix
Function · 0.45
list_frozen
Function · 0.45
check
Function · 0.45
ndiff.py
File · 0.45
parse_html5_entities.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected