MCPcopy Create free account
hub / github.com/PyTables/PyTables / del_attr

Method del_attr

tables/leaf.py:899–905  ·  view source on GitHub ↗

Delete a PyTables attribute from this node. This method has the behavior described in :meth:`Node_f_delAttr`.

(self, name: str)

Source from the content-addressed store, hash-verified

897 self._f_setattr(name, value)
898
899 def del_attr(self, name: str) -> None:
900 """Delete a PyTables attribute from this node.
901
902 This method has the behavior described in :meth:`Node_f_delAttr`.
903
904 """
905 self._f_delattr(name)
906
907 # Data handling
908 def flush(self) -> None:

Callers 3

copy_leafFunction · 0.80
copy_childrenFunction · 0.80
check_nameMethod · 0.80

Calls 1

_f_delattrMethod · 0.80

Tested by 1

check_nameMethod · 0.64