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

File 01_class.py

Chapter 10/01_class.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

EmployeeClass · 0.70

Tested by

no test coverage detected