Gaiana / nirdust

Nirdust is a python package that uses K-band (2.2 micrometers) spectra to measure the temperature of the dust heated by a type 2 Active Galactic Nuclei (AGN) accretion disk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentacion sin sentido

leliel12 opened this issue · comments

nirdust/nirdust.py

Lines 50 to 51 in 2a6b1ee

def __getattr__(self, a):
"""Return objets after apply the "a" funcion."""

esa documentacion suele ponerse como la operacion equivalente

x.__getattr__(b) es lo mismo que getattr(x, "b")

ver: https://github.com/quatrope/uttrs/blob/43ea852ece469fd9983ea96e48429e2bfef7203e/uttr.py#L274-L288

Close