py: Add basic implementation of hasattr() function.

This commit is contained in:
Paul Sokolovsky
2014-05-11 19:05:42 +03:00
parent a0863158f5
commit ff30666c69
5 changed files with 47 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ Q(float)
Q(from_bytes)
Q(getattr)
Q(globals)
Q(hasattr)
Q(hash)
Q(hex)
Q(%#x)