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