pytables 类 中的“_log”是什么意思?

What does "_log" mean in pytables classes?

pytables中的_log参数是什么意思?文档似乎根本没有提到它。它默认为 True,但我见过一些示例,其中它是 False

将此设置为真或假的结果是什么?

供参考,参数出现在:

引用 source

# The ``_log`` argument is only meant to be used by ``_g_copy_as_child()``
# to avoid logging the creation of children nodes of a copied sub-tree.

文档没有提及它,因为外部用户不应该对它感兴趣。 convention、Python 以下划线 (_) 开头的名称意味着 "internal".