MCPcopy Create free account
hub / github.com/ActiveState/code / xpath

Route xpath

recipes/Python/577703_Item_Properties/recipe-577703.py:None–None  ·  view source on GitHub ↗
xpath.deleter

Source from the content-addressed store, hash-verified

1class itemproperty(object):
2
3 def __init__(self, fget=None, fset=None, fdel=None, doc=None):
4 if doc is None and fget is not None and hasattr(fget, "__doc__"):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected