meshroom.common.core.CoreProperty

Inheritance diagram of meshroom.common.core.CoreProperty
class meshroom.common.core.CoreProperty(ptype, fget=None, fset=None, **kwargs)
__init__(ptype, fget=None, fset=None, **kwargs)

Methods

__init__(ptype[, fget, fset])

deleter

Descriptor to change the deleter on a property.

getter

Descriptor to change the getter on a property.

setter

Descriptor to change the setter on a property.

Attributes

fdel

fget

fset