gitextract_1wg1_cmk/ ├── CONTRIBUTORS ├── PyTrickBase.txt ├── README.md ├── argumentunpacking.py ├── boolasint.py ├── cacheproperty.py ├── calculator.py ├── chainedcomparison.py ├── common_seq_method.py ├── concatenatestrings.py ├── conditionalassignment.py ├── conditionalfunctioncall.py ├── controlwhitespaces.py ├── copylist.py ├── dictionaryget.py ├── dictsortbyvalue.py ├── dictswapkeysvalues.py ├── exec.py ├── extendediterableunpacking.py ├── flattenlist.py ├── forelse.py ├── keydefaultdict.py ├── lightweightswitch.py ├── listtocommaseparated.py ├── loopoverlappingdicts.py ├── maxsplit.py ├── metatable.py ├── minmaxindex.py ├── namedformatting.py ├── nested_functions.py ├── objgetnamedattribute.py ├── rawinputintegers.py ├── removeduplicatefromlist.py ├── reverselist.py ├── setglobalvariables.py ├── setoperators.py ├── socketmsghandling.py ├── sortlistkeepindices.py ├── stepslice.py ├── transpose.py ├── tree.py ├── tryelse.py ├── unique_by_attr.py ├── valueswapping.py └── whileelse.py