Searched defs:ModuleDictMethod (Results 1 – 1 of 1) sorted by relevance
128 struct VISIBILITY_HIDDEN ModuleDictMethod : public SugaredValue { struct129 explicit ModuleDictMethod(SugaredValuePtr iterable, std::string name) in ModuleDictMethod() function132 std::string kind() const override { in kind()136 std::shared_ptr<SugaredValue> call( in call()149 SugaredValuePtr iterable_;151 const std::string name_;