@@ -761,7 +761,7 @@ First we can create an object that will hold the data we want for each item in t
```python
class Fruit(GObject.Object):
name = GObject.Property(type=str)
name = GObject.Property(type=str, default="")
def __init__(self, name):
super().__init__()
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.