Set if flow graph includes comments made by the user
(self)
| 718 | |
| 719 | @property |
| 720 | def includes_user_comments(self): |
| 721 | """Set if flow graph includes comments made by the user""" |
| 722 | return self.is_option_set(FlowGraphOption.FlowGraphIncludesUserComments) |
| 723 | |
| 724 | @includes_user_comments.setter |
| 725 | def includes_user_comments(self, value): |
nothing calls this directly
no test coverage detected