schlichtanders.mywrappers module

Generic wrappers around standard functions, fixing some things which are useful for my workflow.

class schlichtanders.mywrappers.defaultdict[source]

Bases: collections.defaultdict

just overwrites representation methods of defaultdict type, nothing more

schlichtanders.mywrappers.str_list(l)[source]