• % if data.summary_html and len(data.summary_html) > 0: Summary % else: Summary % endif
  • % if data.description_html and len(data.description_html) > 0: Description % else: Description % endif
  • % if data.examples_html and len(data.examples_html) > 0: Examples % else: Examples % endif
  • % if data.typestr in ("object", "module", "proxy"): % if data.typestr == "module":
  • % if data.member_proxies and len(data.member_proxies)>0: Objects % else: Objects % endif
  • % endif
  • Methods
  • Properties
  • Events
  • % endif % if data.typestr in ("event"):
  • Properties
  • % endif % if data.typestr == "method":
  • Arguments
  • Return Type
  • % endif