Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __get__
Method
__get__
Lib/test/test_descr.py:4592–4593 ·
view source on GitHub ↗
(self, ob, type=None)
Source
from the content-addressed store, hash-verified
4590
4591
class
Descr(object):
4592
def
__get__(self, ob, type=None):
4593
return
1
4594
4595
class
C(object):
4596
attr = Descr()
Callers
11
__call__
Method · 0.45
test_classmethods
Method · 0.45
test_classmethods_in_c
Method · 0.45
test_classic
Method · 0.45
test_methods
Method · 0.45
test_methods_in_c
Method · 0.45
__get__
Method · 0.45
test_properties
Method · 0.45
test_supers
Method · 0.45
test_meth_class_get
Method · 0.45
test_instance_method_get_behavior
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected