obj_info

obj_info returns a string of the form “obj-name,hex-address”.

ssInfo = obj_info(obj)

Return Value

Parameters

obj

obj is the object created with obj_create.

Comment

An alternative syntax for ssInfo = obj_info(m) is ssInfo = m.info().

Example

obj = obj_create()
print obj.info()

id-374341