def pyhodl.data.coins.CryptoCoin.__init__ |
( |
|
self, |
|
|
|
symbol, |
|
|
|
name = None , |
|
|
|
other_names = None |
|
) |
| |
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)
pyhodl.data.coins.CryptoCoin.name |
pyhodl.data.coins.CryptoCoin.other_names |
The documentation for this class was generated from the following file:
- /home/stefano/Coding/Python/projects/pyhodl/pyhodl/data/coins.py