Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ static_data
Function
static_data
src/py_class/py_class_impl.py:598–600 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
596
impl(with_visibility)
597
598
def
static_data():
599
generate_case(
'static $name:ident = $init:expr;'
,
600
new_members=[(
'$name'
,
'$init'
)])
601
602
def
property_method():
603
def
impl(with_visibility):
Callers
1
main
Function · 0.70
Calls
1
generate_case
Function · 0.85
Tested by
no test coverage detected