HomeSort by relevance Sort by last modified time
    Searched refs:copy_except (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rexec.py 98 return self.rexec.copy_except(m, ())
221 dst = self.copy_except(src, [])
241 m = self.copy_except(__builtin__, self.nok_builtin_names)
270 def copy_except(self, src, exceptions): member in class:RExec
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py 98 return self.rexec.copy_except(m, ())
221 dst = self.copy_except(src, [])
241 m = self.copy_except(__builtin__, self.nok_builtin_names)
270 def copy_except(self, src, exceptions): member in class:RExec

Completed in 41 milliseconds