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:
committed by
Stefan Seefeld
parent
4c6f40fb82
commit
0102b31945
@@ -214,6 +214,13 @@ joel kimpo
|
||||
... i.data()
|
||||
4
|
||||
|
||||
#####################################################################
|
||||
# Test signature...
|
||||
#####################################################################
|
||||
|
||||
>>> AMap.__iter__.__doc__.strip().split("\\n")[0]
|
||||
'__iter__( (AMap)arg1) -> __main__.iterator :'
|
||||
|
||||
#####################################################################
|
||||
# END....
|
||||
#####################################################################
|
||||
|
||||
Reference in New Issue
Block a user