Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fully exported the value_t type to Python. | John Wiegley | 2009-01-28 | 1 | -12/+283 |
| | | | | | | | | | | Now this code works from a value expression: def myvalue(incoming): import ledger x = ledger.Value("100.23") print x.type() return incoming + x | ||||
* | Create a py_value module, for translating value_t objects to/from Python. | John Wiegley | 2009-01-23 | 1 | -0/+83 |