Ejemplo n.º 1
0
 def __len__(self):
     # type: () -> int
     return int(ordereddict.__len__(self))
Ejemplo n.º 2
0
 def __len__(self):
     # type: () -> int
     return ordereddict.__len__(self)  # type: ignore