Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ normal_method
Function
normal_method
src/py_class/py_class_impl.py:654–655 ·
view source on GitHub ↗
(special_name)
Source
from the content-addressed store, hash-verified
652
653
@special_method
654
def
normal_method(special_name):
655
pass
656
657
@special_method
658
def
special_class_method(special_name, *args, **kwargs):
Callers
1
py_class_impl.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected