Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
class
Employee:
2
language =
"Python"
# This is a class attribute
3
salary = 1200000
4
Callers
nothing calls this directly
Calls
3
Employee
Class · 0.70
greet
Method · 0.45
getInfo
Method · 0.45
Tested by
no test coverage detected