Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ __init__
Method
__init__
Chapter 11 - PS/07_problem7.py:2–3 ·
view source on GitHub ↗
(self, l)
Source
from the content-addressed store, hash-verified
1
class
Vector:
2
def
__init__(self, l):
3
self.l = l
4
5
6
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected