diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-09 21:43:51 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-09 21:43:51 +0000 |
commit | 004cdcebfe03d52ca9da3b2515c203910502dbba (patch) | |
tree | d4e36873836f0eee94d606f8ca87a246ea668ccc /py/mpqstrraw.h | |
parent | 062478e66d03cc59ed73484a3032ef5f08db12a4 (diff) |
py: Implement base class lookup, issubclass, isinstance.
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r-- | py/mpqstrraw.h | 2 |
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) |