コード例 #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()