Skip to content

external library calls with only a single name #1

@ConnyOh

Description

@ConnyOh

When creating the calls to imported instances in 'set_external_module_calls' function, if a module cannot be found it is assumed to be a module from an external library. The length of the imported instance should be at least 2 with minimal structure 'module.method'.
However, there are some instances that have length 1 and only contain a module name, a class name, or a method name. Some module names are of modules that appear in other imported instances with length >= 2, for which calls are set. Only the imported instances with calls to external libraries that have length 1 are excluded from conversion right now. These should not exist in the first place though, at least to my knowledge.
This extra case is excluded, but not fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions