int _isclone(object)

  Returns 1 (true) if the object is a clone, else returns 0. This can
be used to differentiate between clones and master objects without
having to look at the file name. This is also much faster.
