Skip to main content

Make objects with multiple inheritance with Python.

Project description

# Carehome A stupidly named package for creating MOO-style objects with Python.

Objects support multiple inheritance, properties, events, and methods. The resulting database can be dumped and loaded to and from dictionary objects.

## Events The following events are used throughout the code. Any other events which are baked into the main code base will be added here.

### on_init Called when the object is initialised.

#### Arguments * The object that is being initialised. This allows the event call to propagate up the object hierarchy.

### on_attach Called when the object is attached to the database.

#### Arguments * The object that is being initialised. This allows the event call to propagate up the object hierarchy.

### on_destroy Called before the object is destroyed, and the object is still valid.

#### Arguments * The object that is being initialised. This allows the event call to propagate up the object hierarchy.

### on_enter Called before an object enters another one.

#### Arguments * The new location of this object. * The thing which is moving into this object.

### on_exit Called before an object exits another.

#### Arguments * The old location of this object. * The object which is leaving.

### on_add_parent Called before a parent is added to this object.

#### Arguments * The object that is being initialised. This allows the event call to propagate up the object hierarchy. * The parent which is being added.

### on_add_child Called before this object gains a child.

#### Arguments * The object that is being initialised. This allows the event call to propagate up the object hierarchy. * The child which is being added.

### on_remove_parent Called before a parent is removed from this object.

#### Arguments * The object that is being initialised. This allows the event call to propagate up the object hierarchy. * The parent which is being removed.

### on_remove_child Called before a child is removed from this object.

#### Arguments * The object that is being initialised. This allows the event call to propagate up the object hierarchy. * The child which is being removed.

### on_add_property Called before a property is added to this object.

#### Arguments * The object that is being initialised. This allows the event call to propagate up the object hierarchy. * The new Property instance.

### on_remove_property Called before a property is removed from this object.

#### Arguments * The object that is being initialised. This allows the event call to propagate up the object hierarchy. * The name of the old property.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

carehome-4.1.1.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

carehome-4.1.1-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file carehome-4.1.1.tar.gz.

File metadata

  • Download URL: carehome-4.1.1.tar.gz
  • Upload date:
  • Size: 19.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for carehome-4.1.1.tar.gz
Algorithm Hash digest
SHA256 9695a9aaa1bbc5c97752db0b85f0e7e55ba01c80d2f5e45172e0087b2a766296
MD5 209c7918d658284b68717d6b8bfb9a67
BLAKE2b-256 eda968cc3173d75145e38b05e770f065cb096976fda66b4f9eeea238bae54625

See more details on using hashes here.

Provenance

File details

Details for the file carehome-4.1.1-py3-none-any.whl.

File metadata

  • Download URL: carehome-4.1.1-py3-none-any.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for carehome-4.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9d75366a1ef7568191a6d46c47b19e63b1cd8506e98b60857b4f6d584e4b495d
MD5 fdabcdb048d2ac420d84d872cf5588e6
BLAKE2b-256 ff61055b5701352896695d25df5dad63cd259802aedf27c1d55260d474e1f4f6

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page