예제 #1
0
 def _isnumeric(self, ch):
     return unicodedb.isnumeric(ord(ch))
예제 #2
0
def Py_UNICODE_ISNUMERIC(space, ch):
    """Return 1 or 0 depending on whether ch is a numeric character."""
    return unicodedb.isnumeric(ord(ch))
예제 #3
0
 def _isnumeric(self, ch):
     return unicodedb.isnumeric(ord(ch))
예제 #4
0
def Py_UNICODE_ISNUMERIC(space, ch):
    """Return 1 or 0 depending on whether ch is a numeric character."""
    return unicodedb.isnumeric(ord(ch))