MCPcopy Index your code
hub / github.com/RustPython/RustPython / Meta

Class Meta

Lib/test/test_copy.py:288–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 # module defines a "type" that doesn't formally inherit from
287 # type.
288 class Meta(type):
289 pass
290 class C(metaclass=Meta):
291 pass
292 self.assertEqual(copy.deepcopy(C), C)

Callers 1

impl_pyexception_implFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected