예제 #1
0
 def isThis(cls, var):
     return isinstance(var, dict) \
             and isSublist(var.keys(), EXPRESS_FACTOR_KEYS_TUPLE)
예제 #2
0
 def isThis(cls, var):
     return isinstance(var, dict) \
             and isSublist(var.keys(), TIME_LENGTH_LIST)