allpy
view allpy/util.py @ 984:a1be82967e81
allpy/structure: add ``parts'' argument to blocks3d()
You can provide pre-calculated pair core parts in this argument.
author | Boris Nagaev <bnagaev@gmail.com> |
---|---|
date | Wed, 29 Feb 2012 15:13:12 +0400 |
parents | 7b2a37ff1662 |
children | 08d892230e8c 87ba56d634cf |
line source
1 """Miscellanous utilities.
2 """
7 """The oppozite of zip() builtin."""
15 """Open file. Return stdin/stdout for filename '-'."""
26 """Remove each of substrings from string."""
32 """Clone of dict that user may add attributes to."""
33 pass
36 """Clone of list that user may add attributes to."""
37 pass
40 """Clone of str that user may add attributes to."""
41 pass
44 """Warn about function being deprecated."""
48 """Lazy module import to help breaking bad import loops."""
58 )
73 # vim: set et ts=4 sts=4 sw=4: