Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bspaans/python-mingus
/ __init__
Method
__init__
mingus/containers/note_container.py:40–44 ·
view source on GitHub ↗
(self, notes=None)
Source
from the content-addressed store, hash-verified
38
notes = []
39
40
def
__init__(self, notes=None):
41
if
notes is None:
42
notes = []
43
self.empty()
44
self.add_notes(notes)
45
46
def
empty(self):
47
""
"Empty the container."
""
Callers
nothing calls this directly
Calls
2
empty
Method · 0.95
add_notes
Method · 0.95
Tested by
no test coverage detected