Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
D.copy() -> a shallow copy of D
src/p/l/plexnet-HEAD/third_party/generic/pypy/py/test/plugin/pytest_recwarn.py plexnet(Download)
def test_deprecated_call_preserves(): r = py.std.warnings.onceregistry.copy() f = py.std.warnings.filters[:] test_deprecated_call_raises() test_deprecated_call()
src/p/y/pytest-2.5.2/testing/test_recwarn.py pytest(Download)
def test_deprecated_call_preserves(): r = py.std.warnings.onceregistry.copy() f = py.std.warnings.filters[:] test_deprecated_call_raises() test_deprecated_call()