[lang-ref] ( non_reassignable_variable ) ( python )
def test_non_reassignable_variable():
pytest.skip('Not supported in Python')
def test_non_reassignable_variable_alternative():
# convention: _x
_x = 1
def test_non_reassignable_variable():
pytest.skip('Not supported in Python')
def test_non_reassignable_variable_alternative():
# convention: _x
_x = 1