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

Public Member Functions

def __init__ (self, symbol, name=None)
 
def __eq__ (self, other)
 
def __str__ (self)
 

Public Attributes

 symbol
 
 name
 

Detailed Description

Model of a coin traded 

Constructor & Destructor Documentation

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

Member Function Documentation

def pyhodl.data.coins.Coin.__eq__ (   self,
  other 
)
def pyhodl.data.coins.Coin.__str__ (   self)

Member Data Documentation

pyhodl.data.coins.Coin.name
pyhodl.data.coins.Coin.symbol

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