| 834 | |
| 835 | |
| 836 | class _OtherMemberInfo( |
| 837 | collections.namedtuple('_OtherMemberInfo', |
| 838 | ['short_name', 'full_name', 'obj', 'doc'])): |
| 839 | |
| 840 | __slots__ = [] |
| 841 | |
| 842 | def is_link(self): |
| 843 | return False |
| 844 | |
| 845 | |
| 846 | _PropertyInfo = collections.namedtuple( |
no outgoing calls
no test coverage detected