Lines Matching defs:foobar
3708 def foobar(x: List[List['CC']]): ...
3713 get_type_hints(foobar, globals(), locals()),
3991 d.foobar = 'no'
3993 d_int.foobar = 'no'
5177 title: Annotated[Annotated[Required[str], "foobar"], "another level"]
5183 title: Annotated[Required[str], "foobar"]
5187 title: Annotated[Annotated[Required[str], "foobar"], "another level"]
5191 title: Annotated['Annotated[Required[str], "foobar"]', "another level"]
5330 def foobar(x: List['X']): ...
5333 get_type_hints(foobar, globals(), locals()),
5337 get_type_hints(foobar, globals(), locals(), include_extras=True),
5341 def foobar(x: list[ForwardRef('X')]): ...
5344 get_type_hints(foobar, globals(), locals()),
5348 get_type_hints(foobar, globals(), locals(), include_extras=True),
5490 'title': Annotated[Required[str], "foobar"],
5496 'title': Annotated[Required[str], "foobar", "another level"],
5502 'title': Annotated[Required[str], "foobar", "another level"],
5518 "title": Annotated[Required[str], "foobar", "another level"],