|
GnuCash c935c2f+
|
Public Member Functions | |
| test_gnc_numeric_double_wrap (self) | |
| test_gnc_numeric_double_wrap_arithmetic (self) | |
| test_gnc_commodity_double_wrap (self) | |
| test_raw_instance_still_works (self) | |
Verify that passing a wrapper object as instance= to a wrapper class constructor unwraps it instead of creating a broken object.
Definition at line 421 of file test_price_and_wrapping.py.
| test_price_and_wrapping.TestDoubleWrapProtection.test_gnc_commodity_double_wrap | ( | self | ) |
Definition at line 437 of file test_price_and_wrapping.py.
| test_price_and_wrapping.TestDoubleWrapProtection.test_gnc_numeric_double_wrap | ( | self | ) |
Definition at line 425 of file test_price_and_wrapping.py.
| test_price_and_wrapping.TestDoubleWrapProtection.test_gnc_numeric_double_wrap_arithmetic | ( | self | ) |
Definition at line 431 of file test_price_and_wrapping.py.
| test_price_and_wrapping.TestDoubleWrapProtection.test_raw_instance_still_works | ( | self | ) |
Passing a raw SWIG proxy as instance= must still work.
Definition at line 447 of file test_price_and_wrapping.py.