Пример #1
0
 def _isdigit(self, ch):
     return unicodedb.isdigit(ord(ch))
Пример #2
0
def Py_UNICODE_ISDIGIT(space, ch):
    """Return 1 or 0 depending on whether ch is a digit character."""
    return unicodedb.isdigit(ord(ch))
Пример #3
0
 def _isdigit(self, ch):
     return unicodedb.isdigit(ord(ch))
Пример #4
0
def Py_UNICODE_ISDIGIT(space, ch):
    """Return 1 or 0 depending on whether ch is a digit character."""
    return unicodedb.isdigit(ord(ch))