Skip to content

__repr__ not defined for classes #7232

@chlowell

Description

@chlowell

For example, from the IndexManagement sample:

>>> created_db = CreateDatabaseIfNotExists(client, DATABASE_ID)
>>> print(created_db)
<azure.cosmos.database.DatabaseProxy object at 0x000002A48509EB38>

>>> created_Container = db.create_container(id=CONTAINER_ID, partition_key=PARTITION_KEY)
>>> print(created_Container)
<azure.cosmos.container.ContainerProxy object at 0x000002A4851F1D68>

Metadata

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.Cosmos

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions