summaryrefslogtreecommitdiff
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-09 21:43:51 +0000
committerDamien George <damien.p.george@gmail.com>2014-01-09 21:43:51 +0000
commit004cdcebfe03d52ca9da3b2515c203910502dbba (patch)
treed4e36873836f0eee94d606f8ca87a246ea668ccc /py/mpqstrraw.h
parent062478e66d03cc59ed73484a3032ef5f08db12a4 (diff)
py: Implement base class lookup, issubclass, isinstance.
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r--py/mpqstrraw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h
index eeed6f3a0..e44df5ad1 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -44,6 +44,8 @@ Q(divmod)
Q(float)
Q(hash)
Q(int)
+Q(isinstance)
+Q(issubclass)
Q(iter)
Q(len)
Q(list)