mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
tabs removes, code reformatting
[SVN r39370]
This commit is contained in:
@@ -628,7 +628,7 @@ extern "C"
|
||||
{
|
||||
function* f = downcast<function>(op);
|
||||
list signatures = function_doc_signature_generator::function_doc_signatures(f);
|
||||
if(!signatures) return python::detail::none();
|
||||
if(!signatures) return python::detail::none();
|
||||
signatures.reverse();
|
||||
return python::incref( str("\n").join(signatures).ptr());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user