ask 'mu' in self.curModel ?

This commit is contained in:
Rowan Cockett
2015-06-03 16:05:14 -07:00
parent 838ee6e09b
commit 9ec2fa5e79
2 changed files with 28 additions and 0 deletions
+3
View File
@@ -132,6 +132,9 @@ class PropModel(object):
self._nP = len(set(inds))
return self._nP
def __contains__(self, val):
return val in self.propMap
_PROPMAPCLASSREGISTRY = {}