sourcegraph / scip-python

SCIP indexer for Python
Other
55 stars 25 forks source link

use classMemberIterator to get all the matching values #50

Closed tjdevries closed 1 week ago

tjdevries commented 2 years ago
        // Use: getClassMemberIterator
        //  Could use this to handle each of the fields with the same name
        //  but it's a bit weird if you have A -> B -> C, and then you say
        //  that C implements A's & B's... that seems perhaps a bit too verbose.