As what you said, the following two code section is totally the same?
(I)
class TestResult:
_passxxx_ = "pass"
(II)
class TestResult:
passxxx = "pass"
--
http://mail.python.org/mailman/listinfo/python-list
As what you said, the following two code section is totally the same?
(I)
class TestResult:
_passxxx_ = "pass"
(II)
class TestResult:
passxxx = "pass"
--
http://mail.python.org/mailman/listinfo/python-list