MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / 03_self.py

File 03_self.py

Chapter 10/03_self.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Employee:
2 language = "Python" # This is a class attribute
3 salary = 1200000
4

Callers

nothing calls this directly

Calls 3

EmployeeClass · 0.70
greetMethod · 0.45
getInfoMethod · 0.45

Tested by

no test coverage detected