voussoirkit/voussoirkit
Ethan Dalool 417c14a023 Let directories @size property work also.
I was hesitant at first because of course it can be slow to run,
but previously you'd have to have an if so that you know whether you've
got int or none corresponding to files and folders anyway, so I don't
think the caller-side complexity is increased at all, and saves me from
having to write this as a helper function outside the class.
Only for special cases like preparing to handle permissionerror
would you need to use your own function.
2020-03-12 18:18:59 -07:00
..
__init__.py Initial migratory commit. 2018-12-17 22:10:00 -08:00
basenumber.py Replace some % formatters with fstrings. 2020-02-18 00:42:33 -08:00
bencode.py Add bencode.py. 2020-02-28 15:34:49 -08:00
betterhelp.py Add easy mains suitable for most simple use cases. 2020-03-10 22:40:12 -07:00
bytestring.py Rename args -> argv. 2020-03-12 14:04:23 -07:00
cacheclass.py Initial migratory commit. 2018-12-17 22:10:00 -08:00
clipext.py Initial migratory commit. 2018-12-17 22:10:00 -08:00
dotdict.py Fix DotDict instantiation when calling DD(some_dict). 2020-03-10 21:04:49 -07:00
downloady.py Oops, add missing import sys. 2020-02-25 10:39:30 -08:00
eternalseptember.py Add helper function september_now so you can skip the now() call. 2020-02-11 17:06:35 -08:00
expressionmatch.py Replace some % formatters with fstrings. 2020-02-18 00:42:33 -08:00
fusker.py Appease some flake8 linting. 2020-01-31 20:53:29 -08:00
getpermission.py Add getpermission.py. 2020-02-09 11:54:28 -08:00
hms.py Add hms.py. 2020-01-06 22:18:50 -08:00
imagetools.py Add imagetools.py. 2020-02-04 19:26:12 -08:00
passwordy.py Appease some flake8 linting. 2020-01-31 20:53:29 -08:00
pathclass.py Let directories @size property work also. 2020-03-12 18:18:59 -07:00
pipeable.py Add some comments to pipeable. 2020-02-17 22:58:26 -08:00
quickid.py Compare os.path.getsize before even opening handles. 2020-02-25 13:10:25 -08:00
ratelimiter.py Replace some % formatters with fstrings. 2020-02-18 00:42:33 -08:00
ratemeter.py Initial migratory commit. 2018-12-17 22:10:00 -08:00
safeprint.py Initial migratory commit. 2018-12-17 22:10:00 -08:00
sentinel.py Add sentinel.py. 2020-02-11 17:06:42 -08:00
spinal.py Replace some % formatters with fstrings. 2020-02-18 00:42:33 -08:00
sqlhelpers.py Nevermind about sqlparse, too slow for my taste at the moment. 2020-02-25 10:41:13 -08:00
threadpool.py Rename clear_done_and_start_jobs to start. 2020-03-03 01:57:32 -08:00
treeclass.py Replace some % formatters with fstrings. 2020-02-18 00:42:33 -08:00
winglob.py Match Python glob's argument signature. 2020-01-28 17:40:30 -08:00
winwhich.py Avoid winshell import error for linux. 2020-01-19 21:00:16 -08:00