2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 19:12:16 +00:00

Unwrap back_reference in get_pytype()

This prevents back_reference parameters from decaying to "object" in py signatures
This commit is contained in:
Jakob van Santen
2023-05-09 11:37:27 +02:00
committed by Stefan Seefeld
parent 4c6f40fb82
commit 0102b31945
2 changed files with 14 additions and 1 deletions

View File

@@ -214,6 +214,13 @@ joel kimpo
... i.data()
4
#####################################################################
# Test signature...
#####################################################################
>>> AMap.__iter__.__doc__.strip().split("\\n")[0]
'__iter__( (AMap)arg1) -> __main__.iterator :'
#####################################################################
# END....
#####################################################################