Exemplo n.º 1
0
def pwe():
    """Print present working element. Convenience function for GENESIS
    users."""
    print _moose.getCwe().getPath()
Exemplo n.º 2
0
def pwe():
    """Print present working element. Convenience function for GENESIS
    users."""
    print _moose.getCwe().getPath()
Exemplo n.º 3
0
def getCwe():
    _id = _moose.getCwe()
    obj = NeutralArray(_id)
    return obj
Exemplo n.º 4
0
def getCwe():
    _id = _moose.getCwe()
    obj = NeutralArray(_id)
    return obj