How many clips inside this clip?

What is the code I use to find out how many movie clips are inside a movie clip and then remove them?

clips = some_mc.numberOfClipsAtThisLocation;
clips.RemoveEmAll;