Home | History | Annotate | Download | only in pymock

Lines Matching refs:PropertyMock

29     'PropertyMock',
2352 class PropertyMock(Mock):
2355 `PropertyMock` provides `__get__` and `__set__` methods so you can specify
2358 Fetching a `PropertyMock` instance from an object calls the mock, with