Skip to content

Data mapping/object #1

@nka11

Description

@nka11

In python, object['a'] is not equivalent to object.a. I used that trick to say :

Okay, when I invoke object.a, this property remains to the class, and when i invoke object['a'], i have access to the underlying CouchDB Document.

Have to design some way to access db Document data.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions