Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ changed
Method
changed
tools/python-3.11.9-amd64/Lib/lib2to3/pytree.py:133–136 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
131
return
node.lineno
132
133
def
changed(self):
134
if
self.parent:
135
self.parent.changed()
136
self.was_changed = True
137
138
def
remove(self):
139
""
"
Callers
13
replace
Method · 0.80
remove
Method · 0.80
set_child
Method · 0.80
insert_child
Method · 0.80
append_child
Method · 0.80
prefix
Method · 0.80
transform
Method · 0.80
transform
Method · 0.80
transform
Method · 0.80
transform
Method · 0.80
transform
Method · 0.80
_handle_rename
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_changed
Method · 0.64