fix typo
This commit is contained in:
@@ -60,14 +60,14 @@ class Component(ApplicationSession):
|
||||
print("Arglen 1: {}".format(arglengths))
|
||||
|
||||
arglengths = yield self.call(u'com.arguments.arglen', 1, 2, 3)
|
||||
print("Arglen 1: {}".format(arglengths))
|
||||
|
||||
arglengths = yield self.call(u'com.arguments.arglen', a = 1, b = 2, c = 3)
|
||||
print("Arglen 2: {}".format(arglengths))
|
||||
|
||||
arglengths = yield self.call(u'com.arguments.arglen', 1, 2, 3, a = 1, b = 2, c = 3)
|
||||
arglengths = yield self.call(u'com.arguments.arglen', a = 1, b = 2, c = 3)
|
||||
print("Arglen 3: {}".format(arglengths))
|
||||
|
||||
arglengths = yield self.call(u'com.arguments.arglen', 1, 2, 3, a = 1, b = 2, c = 3)
|
||||
print("Arglen 4: {}".format(arglengths))
|
||||
|
||||
self.leave()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user