Skip to content

[improvement] Align object addresses in the Descriptor HowTo Guide #113625

@dsardelic

Description

@dsardelic

Documentation

In the Functions and methods chapter of this wonderful guide there is an inconsistency between object addresses in the provided code examples and outputs.

Current outputs for d.f and d.f.__self__ are <bound method D.f of <__main__.D object at 0x00B18C90>> and <__main__.D object at 0x1012e1f98> respectively. These two addresses should in fact be identical.

Linked PRs

Metadata

Metadata

Assignees

Labels

docsDocumentation in the Doc dir

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions