• Facebook
  • Twitter
  • Reddit
  • StumbleUpon
  • Digg
  • email

All Samples(1)  |  Call(1)  |  Derive(0)  |  Import(0)
No Document.

src/p/e/peachfuzz-HEAD/OldTrunk/Peach/Peach/Engine/dom.py   peachfuzz(Download)
        args = copy.deepcopy(args, memo)
        y = x.__class__(*args)
    else:
        y = copy._EmptyClass()
        y.__class__ = x.__class__
    memo[id(x)] = y
    if hasattr(x, '__getstate__'):