예제 #1
0
 def __call__(self, typ: TelType) -> bool:
     return typ.is_number() or typ.is_string() or typ.is_datetime()
예제 #2
0
 def __call__(self, typ: TelType) -> bool:
     return typ.is_datetime()