mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 17:52:17 +00:00
Added call() function so that a regular python function (as opposed to method or
other function-as-attribute) can be called. Added newlines for readability. [SVN r8173]
This commit is contained in:
@@ -82,5 +82,3 @@ if __name__ == '__main__':
|
||||
args = int(sys.argv[1])
|
||||
|
||||
print gen_callback(args)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user