.. highlightlang:: us .. _obj_methods: obj_methods =========== .. index:: obj_methods .. us.tag obj_methods NOTREADYENGLISH New410 obj :ref:`obj_methods` returns an object with methods (member functions) for the given object. .. function:: o = obj_methods(obj) .. us.return **Return Value** *o* is an object with methods or 0 if the object does not have any methods.. .. us.params **Parameters** .. uparam:: obj *obj* is the object created with :ref:`obj_create`. .. us.example **Example** :: o = obj.methods() if (o) print o.keys .. seealso:: :ref:`overview-uniscript-objects`, :ref:`obj_set_methods`, :ref:`obj_set_parent` :sub:`id-2035095`