xpath.deleter
| 1 | class 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__"): |
nothing calls this directly
no outgoing calls
no test coverage detected