GnuCash c935c2f+
Loading...
Searching...
No Matches
Public Member Functions | Static Protected Attributes
python.gnucash_core.Split Class Reference
Inheritance diagram for python.gnucash_core.Split:
python.gnucash_core.GnuCashCoreClass

Public Member Functions

 __eq__ (self, other)
 
- Public Member Functions inherited from python.gnucash_core.GnuCashCoreClass
 do_lookup_create_oo_instance (self, lookup_function, cls, *args)
 

Static Protected Attributes

str _new_instance = 'xaccMallocSplit'
 
- Static Protected Attributes inherited from python.gnucash_core.GnuCashCoreClass
 _module = gnucash_core_c
 

Detailed Description

A GnuCash Split

The most basic representation of a movement of currency from one account to
another.

Definition at line 862 of file gnucash_core.py.

Member Function Documentation

◆ __eq__()

python.gnucash_core.Split.__eq__ (   self,
  other 
)

Definition at line 870 of file gnucash_core.py.

870 def __eq__(self, other):
871 return self.Equal(other, True, False, False)
872

Field Documentation

◆ _new_instance

str python.gnucash_core.Split._new_instance = 'xaccMallocSplit'
staticprotected

Definition at line 868 of file gnucash_core.py.


The documentation for this class was generated from the following file: