Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ set
Function
set
recipes/Python/577539_Convert_PyQt_properties/recipe-577539.py:18–19 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
16
return
get
17
def
setter(name):
18
def
set(self, value):
19
return
self.setProperty(name, value)
20
return
set
21
for
name in iterProperties(cls):
22
setattr(cls, name, property(getter(name), setter(name)))
Callers
15
change_report
Function · 0.50
recipe-520593.py
File · 0.50
add_vertex
Method · 0.50
generic_search
Function · 0.50
obtain_privileges
Function · 0.50
hit_test
Method · 0.50
toposort
Function · 0.50
graph_equal
Function · 0.50
verify_partial_ordering
Method · 0.50
verify_strongly_connected
Method · 0.50
__init__
Method · 0.50
createSequences
Method · 0.50
Calls
1
setProperty
Method · 0.45
Tested by
6
test_key
Method · 0.40
test_elements
Method · 0.40
test_plain_containers
Method · 0.40
test_eq_hash
Method · 0.40
test_key
Method · 0.40
test_rowcol
Function · 0.40