Home
last modified time | relevance | path

Searched refs:copy_except (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Drexec.py98 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 RExec