
tcl-object.tcl :
proc new { className args } { set o [SplitObject getid] if [catch "$className create $o $args" msg] { if [string match "__FAILED_SHADOW_OBJECT_" $msg] { # The shadow object failed to be allocated. delete $o return "" } global errorInfo error "class $className: constructor failed: $msg" $errorInfo } return $o
This is the procedure new in tcl-object.tcl file. The procedure new calls a create command. I wanna see the create's source code. Would you please tell me where the source is? Thank you.

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Alex Wu wrote:
I wanna see the create's source code. Would you please tell me where the source is?
I believe you're looking for Mailman/Cgi/create.py, if you haven't already found it.
Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz
Artificial Intelligence is no match for Natural Stupidity
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.
iD8DBQE+HIKPuv+09NZUB1oRAn9LAKDLxN2cmiP+D+4TCH8WAjMSbN9TggCgrBgX dHzM1hhYXaBhgkOf64/z7bo= =8kj2 -----END PGP SIGNATURE-----

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Alex Wu wrote:
I wanna see the create's source code. Would you please tell me where the source is?
I believe you're looking for Mailman/Cgi/create.py, if you haven't already found it.
Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz
Artificial Intelligence is no match for Natural Stupidity
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl.
iD8DBQE+HIKPuv+09NZUB1oRAn9LAKDLxN2cmiP+D+4TCH8WAjMSbN9TggCgrBgX dHzM1hhYXaBhgkOf64/z7bo= =8kj2 -----END PGP SIGNATURE-----
participants (2)
-
Alex Wu
-
Todd