PyHodl  0.2.6
Framework to download, update, analyze and plot your crypto-transactions. Completely off-line and security-oriented.
pyhodl.data.coins.CryptoCoin Class Reference
Inheritance diagram for pyhodl.data.coins.CryptoCoin:
Collaboration diagram for pyhodl.data.coins.CryptoCoin:

Public Member Functions

def __init__ (self, symbol, name=None, other_names=None)
 
def __eq__ (self, other)
 
def has_same_names (self, other)
 
- Public Member Functions inherited from pyhodl.data.coins.Coin
def __init__ (self, symbol, name=None)
 
def __eq__ (self, other)
 
def __str__ (self)
 

Public Attributes

 other_names
 
 name
 
- Public Attributes inherited from pyhodl.data.coins.Coin
 symbol
 
 name
 

Detailed Description

Crypto currency model 

Constructor & Destructor Documentation

def pyhodl.data.coins.CryptoCoin.__init__ (   self,
  symbol,
  name = None,
  other_names = None 
)

Member Function Documentation

def pyhodl.data.coins.CryptoCoin.__eq__ (   self,
  other 
)
def pyhodl.data.coins.CryptoCoin.has_same_names (   self,
  other 
)
:param other: CryptoCoin
    Other coin
:return: bool
    True iff has same names (or other names)

Member Data Documentation

pyhodl.data.coins.CryptoCoin.name
pyhodl.data.coins.CryptoCoin.other_names

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