Пример #1
0
def pwe():
    """Print present working element. Convenience function for GENESIS
    users."""
    print _moose.getCwe().getPath()
Пример #2
0
def pwe():
    """Print present working element. Convenience function for GENESIS
    users."""
    print _moose.getCwe().getPath()
Пример #3
0
def getCwe():
    _id = _moose.getCwe()
    obj = NeutralArray(_id)
    return obj
Пример #4
0
def getCwe():
    _id = _moose.getCwe()
    obj = NeutralArray(_id)
    return obj