示例#1
0
 def getReferenceByName(name=str):
     """If I have published an object by that name, return a reference to
     it."""
     # return Remote(interface=any)
     return schema.Any()
示例#2
0
 def defer(obj=schema.Any()):
     return schema.Any()
示例#3
0
 def hang():
     return schema.Any()
示例#4
0
 def echo(obj=schema.Any()):
     return schema.Any()
示例#5
0
 def get():
     return schema.Any()
示例#6
0
 def append(obj=schema.Any()):
     return schema.Any()
示例#7
0
 def set2(obj1=schema.Any(), obj2=schema.Any()):
     return bool
示例#8
0
 def set(obj=schema.Any()):
     return bool