Exemplo n.º 1
0
 def getSelectedElements():
     global selectedElements
     return asSeq(selectedElements)
Exemplo n.º 2
0
 def getSelection():
     global selection
     return asSeq(selection)
Exemplo n.º 3
0
def isElementList(x):
    return isList(x) and pyalaocl.asSeq(x).forAll(isElement)