<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - [RFE] A way to print properties/methods of an object is needed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126392#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - [RFE] A way to print properties/methods of an object is needed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126392">bug 126392</a>
              from <span class="vcard"><a class="email" href="mailto:hi-angel@yandex.ru" title="Konstantin Kharlamov <hi-angel@yandex.ru>"> <span class="fn">Konstantin Kharlamov</span></a>
</span></b>
        <pre>UPDATE: I found 2 workarounds:

1. executing "dir(object_name)", e.g. "dir(model.CurrentController)" for the
"steps to reproduce" seems to give properties and methods
2. forcing interactive python shell to autocomplete, e.g. by typing
model.CurrentController. and pressing TAB twice, makes it to show the list too
(and this list even shows methods and properties differently: methods ends up
with "(" symbol).

Possible gotcha: these workarounds are specific to python. So I'm not sure
whether they can be qualified as a solution to the report.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>