MCPcopy Index your code
hub / github.com/bedroombuilds/python2rust / university

Method university

0b_traits/python/super.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 super().__init__(name)
15
16 def university(self):
17 raise NotImplementedError
18
19
20class Programmer(metaclass=ABCMeta):

Callers 2

super.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected