[pyar] Consulta sonsa

Martin Cerdeira martincerdeira en gmail.com
Sab Mar 31 15:11:00 ART 2012


Buenas, como va?

Consulta, estaba jugando un poco con metaclases y, me topé con algo que,
creí que sabía pero, no :) Paso a ejemplificar:

class Foo():
  def __init__(self):
     self.bar = 'bip'

f = Foo()
print f.bar

print hasattr(Foo, 'bar')


Esto lo que hace es, imprimir por pantalla:

bip
False

Es decir, yo creí que hasattr() tenía que devolver True ahi, pero python
(que tiene la razón) me dijo que no.

Cuál sería la manera correcta de preguntar por ese atributo?

Saludos y graciasss!!!

-------------------------------------
Martín Cerdeira - Software Developer
At the end of the day, ship the fucking thing! It’s great to rewrite your
code and make it cleaner and by the third time it’ll actually be pretty.
But that’s not the point—you’re not here to write code; you’re here to ship
products. - Jamie Zawinski
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20120331/f4bbda02/attachment.html>


More information about the pyar mailing list