Updated block_walkers docstring

This commit is contained in:
Sybren A. Stüvel 2018-03-01 10:35:51 +01:00
parent d93516d34f
commit 2c0cc6003d

View File

@ -1,8 +1,6 @@
"""Block walkers. """Block walkers.
From a BlendFileBlock, the block walker functions yield BlockUsage objects. From a Blend file data block, iter_assts() yields all the referred-to assets.
The top-level block walkers are implemented as _from_block_XX() function,
where XX is the DNA code of the block.
""" """
import functools import functools