xo::api proc object_index (public)

 xo::api[i] object_index scope obj

Defined in packages/xotcl-core/tcl/01-debug-procs.tcl

Return a canonical index string for the object

Parameters:
scope (required)
obj (required)

Testcases:
No testcase defined.
Source code:
#
# Return a canonical index string for the object
#
set kind [expr {[:isclass $scope $obj] ? "Class" : "Object"}]
return "$scope $kind $obj"
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: