apidoc::is_object (private)

 apidoc::is_object scope proc_name

Defined in packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl

Checks, whether the specified argument is an XOTcl object. Does not cause problems when xotcl is not loaded.

Parameters:
scope
proc_name
Returns:
boolean value

Partial Call Graph (max 5 caller/called nodes):
%3 apidoc::tclcode_to_html apidoc::tclcode_to_html (public) apidoc::is_object apidoc::is_object apidoc::tclcode_to_html->apidoc::is_object

Testcases:
No testcase defined.
Source code:
        set result 0
        catch {set result [::xo::api isobject $scope $proc_name]}
        return $result
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: