Lines Matching refs:list
91 # - append dict to list (and move to its namespace)
209 if access_lists and isinstance(cont, list):
220 if not isinstance(list_, list):
221 raise KeyError("An object other than list found behind this key")
309 # Free the namespace now that it points to another empty list item...
351 if isinstance(value, (dict, list)):
412 def parse_array(src: str, pos: Pos, parse_float: ParseFloat) -> tuple[Pos, list]:
414 array: list = []
462 if isinstance(value, (dict, list)):
687 if isinstance(float_value, (dict, list)):