Searched refs:python_module_ (Results 1 – 2 of 2) sorted by relevance
138 if (python_module_.has_value()) { in _def()142 python_module_->first, in _def()143 python_module_->second) in _def()
622 python_module_ = {pymodule, context};855 std::optional<std::pair<const char*, const char*>> python_module_; variable