Bug Description
When running cgx doctor , the output reports predefined / built-in Python functions (such as set() , max() , print() , len() , float() , str() , int() , round() , sorted() , isinstance() , and ord() ) as "Unresolved Call Targets (not in graph)". These should be recognized as standard built-in functions rather than unresolved targets.
The following image explains this issue clearly:

Bug Description
When running cgx doctor , the output reports predefined / built-in Python functions (such as set() , max() , print() , len() , float() , str() , int() , round() , sorted() , isinstance() , and ord() ) as "Unresolved Call Targets (not in graph)". These should be recognized as standard built-in functions rather than unresolved targets.
The following image explains this issue clearly:
