@ -100,6 +100,9 @@ class _MissingSentinel:
def __bool__(self):
return False
def __hash__(self):
return 0
def __repr__(self):
return '...'