﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="thpdoc.xsl"?>
<page id="__attributes" suffix=" Function">
  <subsection>Returns a list attributes of an object.</subsection>
  <code>list __attributes(any object);</code>
  <section name="Remarks">
	If the specified object has no attributes, an empty list will be returned. You can detect it by checking sizeof(__attributes(object)).
  </section>
  <seealso id="attributes"/>
</page>