MCPcopy 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
598def static_data():
599 generate_case('static $name:ident = $init:expr;',
600 new_members=[('$name', '$init')])
601
602def property_method():
603 def impl(with_visibility):

Callers 1

mainFunction · 0.70

Calls 1

generate_caseFunction · 0.85

Tested by

no test coverage detected