Home
last modified time | relevance | path

Searched refs:_myint (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/slicers/
H A Dbool.py58 _myint = IntegerConstraint() variable in BooleanConstraint
/dports/databases/pymongo/pymongo-3.12.0/test/
H A Dtest_bson.py771 class _myint(int): class
780 d = {'a': _myint(42), 'b': _myfloat(63.9),