Skip to content

/doctor considers in-built functions as unresolved funtion calls. #12

Description

@techcraze00

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:
Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions