<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:mstahl@redhat.com" title="Michael Stahl <mstahl@redhat.com>"> <span class="fn">Michael Stahl</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - PyUno objects not introspectable on Python 3"
href="https://bugs.freedesktop.org/show_bug.cgi?id=50470">bug 50470</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Whiteboard</td>
<td>EasyHack DifficultyBeginner SkillCpp TopicCleanup target:4.1.2 target:4.2.0
</td>
<td>target:4.1.2 target:4.2.0
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>mstahl@redhat.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - PyUno objects not introspectable on Python 3"
href="https://bugs.freedesktop.org/show_bug.cgi?id=50470#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - PyUno objects not introspectable on Python 3"
href="https://bugs.freedesktop.org/show_bug.cgi?id=50470">bug 50470</a>
from <span class="vcard"><a class="email" href="mailto:mstahl@redhat.com" title="Michael Stahl <mstahl@redhat.com>"> <span class="fn">Michael Stahl</span></a>
</span></b>
<pre>this appears to be fixed, thanks Daniel!
<span class="quote">>>> import uno
>>> x = uno.getComponentContext()
>>> dir(x)</span >
['/services/com.sun.star.security.AccessController/mode',
...
'ElementNames', 'ElementType', 'ImplementationId', 'ServiceManager', 'Types',
'addEventListener', 'dispose', 'getByName', 'getElementNames',
'getElementType', 'getImplementationId', 'getServiceManager', 'getTypes',
'getValueByName', 'hasByName', 'hasElements', 'insertByName', 'queryAdapter',
'queryInterface', 'removeByName', 'removeEventListener', 'replaceByName']</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>