Lines Matching refs:Py_VISIT
556 Py_VISIT(f->func_code); in func_traverse()
557 Py_VISIT(f->func_globals); in func_traverse()
558 Py_VISIT(f->func_module); in func_traverse()
559 Py_VISIT(f->func_defaults); in func_traverse()
560 Py_VISIT(f->func_kwdefaults); in func_traverse()
561 Py_VISIT(f->func_doc); in func_traverse()
562 Py_VISIT(f->func_name); in func_traverse()
563 Py_VISIT(f->func_dict); in func_traverse()
564 Py_VISIT(f->func_closure); in func_traverse()
565 Py_VISIT(f->func_annotations); in func_traverse()
566 Py_VISIT(f->func_qualname); in func_traverse()
672 Py_VISIT(cm->cm_callable); in cm_traverse()
673 Py_VISIT(cm->cm_dict); in cm_traverse()
855 Py_VISIT(sm->sm_callable); in sm_traverse()
856 Py_VISIT(sm->sm_dict); in sm_traverse()