GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
str_methods.py File Reference

Add str and unicode methods to financial objects so that. More...

Go to the source code of this file.

Data Structures

class  str_methods.ClassWithCutting__format__
 

Functions

def str_methods.setflag
 
def str_methods.getflag
 
def str_methods.register_optionflag
 
def str_methods.ya_add_method
 
def str_methods.infect
 
def str_methods.all_as_classwithcutting__format__
 
def str_methods.all_as_classwithcutting__format__keys
 
def str_methods.__split__unicode__
 
def str_methods.__split__str__
 
def str_methods.__transaction__unicode__
 
def str_methods.__transaction__str__
 
def str_methods.__invoice__unicode__
 
def str_methods.__invoice__str__
 
def str_methods.__entry__unicode__
 
def str_methods.__entry__str__
 

Variables

string str_methods.DEFAULT_ENCODING = "UTF-8"
 
string str_methods.DEFAULT_ERROR = "ignore"
 

Detailed Description

Add str and unicode methods to financial objects so that.

1 print object

leads to human readable results

Definition in file str_methods.py.