Melissa Nuño

Results 5 comments of Melissa Nuño

I think that's reasonable. There's some experimental code in main, but I've been using it for over a year now, so I think it's safe to call it stable.

I think it makes sense to use slots for StrictObject. I'm not so sure about with Object though.

Create a `SingletonObject` by creating a private metaclass that inherits from `Singleton` and `_ObjectMeta` and a metaclass for a `StrictSingletonObject` that inherits from `Singleton` and `_StrictObjectMeta`. The proposed use case...

* JsonFile ** Validates a file's existence and that it can be parsed as JSON. ** Instances are dicts. ** Sliceable to indicate the type of dict returned. ** JsonFile...

"Registerable" metaclass that registers subclassess automatically.