snose

Check-in [3ee3b5e7a8]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Break many more common bits out into methods:

- snitems (iterating through items)
- snwrite (writing a file from disk)
- snread (reading a file from disk)
- snremote (getting a remote note from Simplenote)+def snitems(snose):

Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | master
Files: files | file ages | folders
SHA3-256: 3ee3b5e7a81193cdd30cba37a861d4985dda1138fbbe89c3bb4daa8077b7b049
User & Date: atomicules 2018-11-17 10:59:15.226
Context
2019-03-10
01:51
Typo, should have been file not filename Leaf check-in: 44025db081 user: atomicules tags: master, trunk
2018-11-17
10:59
Break many more common bits out into methods:

- snitems (iterating through items)
- snwrite (writing a file from disk)
- snread (reading a file from disk)
- snremote (getting a remote note from Simplenote)+def snitems(snose): check-in: 3ee3b5e7a8 user: atomicules tags: master, trunk

2018-11-16
17:46
Move some move common bits out to a method check-in: 20b98bc9de user: atomicules tags: master, trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to snose.py.