Searched defs:is_long (Results 1 – 5 of 5) sorted by relevance
30 bool is_long() const { in is_long() function
1102 def ParseInteger(text, is_signed=False, is_long=False): argument
637 bool is_long () const { return flags & ValuesAreLong; } in is_long() function
551 bool is_long = PyLong_Check(arg); in CheckAndGetInteger() local
3433 #define is_long(c) (classify[rtt2asc(c) & 0x7F] & vX) macro