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