MCPcopy Index your code
hub / github.com/python/cpython / __iter__

Method __iter__

Lib/annotationlib.py:490–491  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

488 return self.__make_new(ast.Call(self.__get_ast(), ast_args, ast_kwargs), extra_names)
489
490 def __iter__(self):
491 yield self.__make_new(ast.Starred(self.__get_ast()))
492
493 def __repr__(self):
494 if isinstance(self.__ast_node__, str):

Callers

nothing calls this directly

Calls 2

__make_newMethod · 0.95
__get_astMethod · 0.95

Tested by

no test coverage detected